Преглед изворни кода

Minor Win32 compilation fixes.

legacy
Sam Hocevar sam пре 14 година
родитељ
комит
40d2f1c00a
3 измењених фајлова са 4 додато и 2 уклоњено
  1. +4
    -0
      src/tiler.cpp
  2. +0
    -1
      src/tileset.cpp
  3. +0
    -1
      src/video.cpp

+ 4
- 0
src/tiler.cpp Прегледај датотеку

@@ -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 Прегледај датотеку

@@ -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 Прегледај датотеку

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

#include <SDL.h>


Loading…
Откажи
Сачувај