mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
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 *
|
||||
*======================================================================*/
|
||||
|
||||
HINSTANCE MCIQTZ_hInstance = 0;
|
||||
static HINSTANCE MCIQTZ_hInstance = 0;
|
||||
|
||||
/***********************************************************************
|
||||
* DllMain (MCIQTZ.0)
|
||||
|
Loading…
Reference in New Issue
Block a user