mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 11:58:22 +00:00
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…
x
Reference in New Issue
Block a user