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 * Copyright 1998, Luiz Otavio L. Zorzella
* *
...@@ -50,6 +52,7 @@ struct WINE_MCIDRIVER { ...@@ -50,6 +52,7 @@ struct WINE_MCIDRIVER {
YIELDPROC lpfnYieldProc; YIELDPROC lpfnYieldProc;
DWORD dwYieldData; DWORD dwYieldData;
BOOL bIs32; BOOL bIs32;
HTASK16 hCreatorTask;
}; };
extern struct WINE_MCIDRIVER mciDrv[MAXMCIDRIVERS]; 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