More Windows fixes for filesystem code.

This commit is contained in:
Ryan C. Gordon
2013-08-20 20:29:30 -04:00
parent 613a7a7abf
commit 9588bae18a

View File

@@ -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"