comparison src/file/SDL_rwops.c @ 4454:be387681d876

Fixed Eric's changes to allow building from the command line.
author Sam Lantinga <slouken@libsdl.org>
date Sun, 09 May 2010 10:00:33 -0700
parents 947201caa46e
children e8916fe9cfc8
comparison
equal deleted inserted replaced
4453:37fc6a354dc7 4454:be387681d876
27 27
28 #include "SDL_endian.h" 28 #include "SDL_endian.h"
29 #include "SDL_rwops.h" 29 #include "SDL_rwops.h"
30 30
31 #ifdef __APPLE__ 31 #ifdef __APPLE__
32 #include "SDL_rwopsbundlesupport.h" 32 #include "cocoa/SDL_rwopsbundlesupport.h"
33 #endif /* __APPLE__ */ 33 #endif /* __APPLE__ */
34 34
35 #ifdef __NDS__ 35 #ifdef __NDS__
36 /* include libfat headers for fatInitDefault(). */ 36 /* include libfat headers for fatInitDefault(). */
37 #include <fat.h> 37 #include <fat.h>