Commit 47337ed1 authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard

winemac: Make a file-scope variable static.

parent 0c9321eb
......@@ -42,7 +42,7 @@ static CRITICAL_SECTION win_data_section = { &critsect_debug, -1, 0, 0, 0, 0 };
static CFMutableDictionaryRef win_datas;
DWORD activate_on_focus_time;
static DWORD activate_on_focus_time;
void CDECL macdrv_SetFocus(HWND hwnd);
......
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