summaryrefslogtreecommitdiff
path: root/uisimulator/win32/uisw32.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/win32/uisw32.c')
-rw-r--r--uisimulator/win32/uisw32.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/uisimulator/win32/uisw32.c b/uisimulator/win32/uisw32.c
index a491dec7db..5f1dff871e 100644
--- a/uisimulator/win32/uisw32.c
+++ b/uisimulator/win32/uisw32.c
@@ -51,7 +51,6 @@ LRESULT GUIWndProc (
51 ) 51 )
52{ 52{
53 static HBITMAP hBkgnd; 53 static HBITMAP hBkgnd;
54 static lpBmp [UI_WIDTH * UI_HEIGHT * 3];
55 static HDC hMemDc; 54 static HDC hMemDc;
56 55
57 switch (uMsg) 56 switch (uMsg)
@@ -290,6 +289,12 @@ int WINAPI WinMain (
290 ) 289 )
291{ 290{
292 DWORD dwThreadID; 291 DWORD dwThreadID;
292
293 (void)hInstance;
294 (void)hPrevInstance;
295 (void)lpCmd;
296 (void)nShowCmd;
297
293 if (!GUIStartup ()) 298 if (!GUIStartup ())
294 return 0; 299 return 0;
295 300