mciqtz: Mark one variable as static.

This commit is contained in:
Marcus Meissner 2011-05-13 17:23:56 +02:00 committed by Alexandre Julliard
parent e025b138f9
commit 4ef1e17f03

View file

@ -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)