From 33217982822ae2ebc4316eefcd0e81336958630f Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 12 May 2010 23:37:25 -0500 Subject: [PATCH] Added a conditional to fix for Windows --- Source/OpenGL_Windows.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/OpenGL_Windows.cpp b/Source/OpenGL_Windows.cpp index 691499f..5ecb3c1 100644 --- a/Source/OpenGL_Windows.cpp +++ b/Source/OpenGL_Windows.cpp @@ -264,9 +264,10 @@ Boolean gDone = false, gfFrontProcess = true; Game * pgame = 0; - +#ifndef WIN32 static int _argc = 0; static char **_argv = NULL; +#endif bool cmdline(const char *cmd) { -- 2.39.2