mciqtz: Mark one variable as static.
This commit is contained in:
parent
e025b138f9
commit
4ef1e17f03
|
@ -37,7 +37,7 @@ static DWORD MCIQTZ_mciStop(UINT, DWORD, LPMCI_GENERIC_PARMS);
|
||||||
* MCI QTZ implementation *
|
* MCI QTZ implementation *
|
||||||
*======================================================================*/
|
*======================================================================*/
|
||||||
|
|
||||||
HINSTANCE MCIQTZ_hInstance = 0;
|
static HINSTANCE MCIQTZ_hInstance = 0;
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
* DllMain (MCIQTZ.0)
|
* DllMain (MCIQTZ.0)
|
||||||
|
|
Loading…
Reference in New Issue