소스 검색

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"