Commit 9173f04b authored by Kevin Holbrook's avatar Kevin Holbrook Committed by Alexandre Julliard

Fixed implicit type warning.

parent 777508a2
......@@ -296,7 +296,7 @@ static BOOL MULTIMEDIA_MidiInit(void)
HINSTANCE WINMM_hInstance = 0;
HINSTANCE MMSYSTEM_hInstance = 0;
static bInitDone = FALSE;
static BOOL bInitDone = FALSE;
/**************************************************************************
* WINMM_LibMain [EntryPoint]
......
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