Added creator task to MCI struct.
This commit is contained in:
parent
8b221d140b
commit
0f9901b4cc
|
@ -1,3 +1,5 @@
|
|||
/* -*- tab-width: 8; c-basic-offset: 4 -*- */
|
||||
|
||||
/*****************************************************************************
|
||||
* Copyright 1998, Luiz Otavio L. Zorzella
|
||||
*
|
||||
|
@ -50,6 +52,7 @@ struct WINE_MCIDRIVER {
|
|||
YIELDPROC lpfnYieldProc;
|
||||
DWORD dwYieldData;
|
||||
BOOL bIs32;
|
||||
HTASK16 hCreatorTask;
|
||||
};
|
||||
|
||||
extern struct WINE_MCIDRIVER mciDrv[MAXMCIDRIVERS];
|
||||
|
|
Loading…
Reference in New Issue