]> git.jsancho.org Git - lugaru.git/blobdiff - Source/OpenGL_Windows.cpp
Removed superfluous files from CMakeLists source tree listing
[lugaru.git] / Source / OpenGL_Windows.cpp
index 691499f945e679d54416da3678633853fa06f9c3..7b68b8f4849445fabf0121c08fe09418e52d8574 100644 (file)
@@ -41,12 +41,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #else
 
        #include "Game.h"
-       #include <zlib.h>
-       #include <png.h>
-       #include <jpeglib.h>
        extern "C" {
                #include "zlib.h"
-                       #include "png.h"
+               #include "png.h"
                #include "jpeglib.h"
        }
 
@@ -264,9 +261,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)
 {