ソースを参照

Minor Win32 compilation fixes.

legacy
Sam Hocevar sam 15年前
コミット
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>


読み込み中…
キャンセル
保存