Procházet zdrojové kódy

Minor Win32 compilation fixes.

legacy
Sam Hocevar sam před 15 roky
rodič
revize
40d2f1c00a
3 změnil soubory, kde provedl 4 přidání a 2 odebrání
  1. +4
    -0
      src/tiler.cpp
  2. +0
    -1
      src/tileset.cpp
  3. +0
    -1
      src/video.cpp

+ 4
- 0
src/tiler.cpp Zobrazit soubor

@@ -6,6 +6,10 @@
#include "tiler.h"
#include "tileset.h"

#if defined WIN32
# define strcasecmp _stricmp
#endif

/*
* Tiler implementation class
*/


+ 0
- 1
src/tileset.cpp Zobrazit soubor

@@ -8,7 +8,6 @@
#else
# define GL_GLEXT_PROTOTYPES
# include <GL/gl.h>
# include <GL/glext.h>
#endif

#include <SDL.h>


+ 0
- 1
src/video.cpp Zobrazit soubor

@@ -8,7 +8,6 @@
#else
# define GL_GLEXT_PROTOTYPES
# include <GL/gl.h>
# include <GL/glext.h>
#endif

#include <SDL.h>


Načítá se…
Zrušit
Uložit