Skip to content

Commit

Permalink
More Windows fixes for filesystem code.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 21, 2013
1 parent 13e6715 commit ad8aa33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/filesystem/windows/SDL_sysfilesystem.c
Expand Up @@ -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"

Expand Down

0 comments on commit ad8aa33

Please sign in to comment.