浏览代码

Merge pull request #35 from ProPuke/master

fixed: TSDLWindow::GetWindowHandle always returned null
Brucey 3 年之前
父节点
当前提交
fa2f855d5f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      sdlvideo.mod/glue.c

+ 1 - 0
sdlvideo.mod/glue.c

@@ -20,6 +20,7 @@
     3. This notice may not be removed or altered from any source
     distribution.
 */
+#include "SDL_config.h"
 #include "SDL_video.h"
 #include "SDL_syswm.h"