Commit 0f9901b4 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Added creator task to MCI struct.

parent 8b221d14
/* -*- 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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment