소스 검색

More Windows fixes for filesystem code.

Ryan C. Gordon 11 년 전
부모
커밋
ad8aa33bce
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      src/filesystem/windows/SDL_sysfilesystem.c

+ 4 - 1
src/filesystem/windows/SDL_sysfilesystem.c

@@ -25,8 +25,11 @@
 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 /* System dependent filesystem routines                                */
 
-#include "SDL_error.h"
 #include "../../core/windows/SDL_windows.h"
+#include <shlobj.h>
+
+#include "SDL_assert.h"
+#include "SDL_error.h"
 #include "SDL_stdinc.h"
 #include "SDL_filesystem.h"