X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FOpenGL_Windows.cpp;h=b1e158cb03f6feb24e6a733ec0b91f81e3168591;hb=aaed539630d0da64431735dcc15b45fafa324f5d;hp=691499f945e679d54416da3678633853fa06f9c3;hpb=4abde44c7b5737519ca54f220821d4c729e4c9ac;p=lugaru.git diff --git a/Source/OpenGL_Windows.cpp b/Source/OpenGL_Windows.cpp index 691499f..b1e158c 100644 --- a/Source/OpenGL_Windows.cpp +++ b/Source/OpenGL_Windows.cpp @@ -19,12 +19,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* No need for Visual Leak Detector -#ifdef WIN32 -#include -#endif -*/ - #define USE_DEVIL 0 #ifndef USE_DEVIL @@ -41,12 +35,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #else #include "Game.h" - #include - #include - #include extern "C" { #include "zlib.h" - #include "png.h" + #include "png.h" #include "jpeglib.h" } @@ -264,9 +255,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) {