Added creator task to MCI struct.

This commit is contained in:
Eric Pouech 1999-04-01 10:16:13 +00:00 committed by Alexandre Julliard
parent 8b221d140b
commit 0f9901b4cc
1 changed files with 3 additions and 0 deletions

View File

@ -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];