From 597e23df8b2cec30addd8ce6ee838ae1625aa246 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Tue, 15 Jul 2003 00:45:43 +0000 Subject: [PATCH] g_argc and g_argv are only defined in StepMania.cpp for WIN32. --- stepmania/src/StepMania.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/StepMania.h b/stepmania/src/StepMania.h index 30a6a7b934..a99003c3a1 100644 --- a/stepmania/src/StepMania.h +++ b/stepmania/src/StepMania.h @@ -17,9 +17,8 @@ void ResetGame(); #if defined(WIN32) extern HWND g_hWndMain; -#endif - extern int g_argc; extern char **g_argv; +#endif #endif