Changed define path for SDL_types header for win32

This commit is contained in:
zicodxx 2007-09-29 10:48:02 +00:00
parent e955dff203
commit 631fe7149c
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@ D2X-Rebirth Changelog
20070929
--------
INSTALL.txt, README.txt, SConstruct, arch/sdl/digi_audio.c, arch/sdl/event.c, arch/sdl/gr.c, arch/sdl/joy.c, arch/sdl/key.c, include/physfsx.h, main/gamecntl.c, main/kconfig.c, main/menu.c, main/newmenu.c, main/scores.c: Updated docs; Removed GP2X support since I won't support this device anymore
include/pstypes.h: Changed define path for SDL_types header for win32
20070928
--------

View file

@ -35,7 +35,7 @@ typedef unsigned int uint;
#endif
#if defined(_WIN32) || defined(__sun__) // platforms missing (u_)int??_t
# include <SDL_types.h>
# include <SDL/SDL_types.h>
#elif defined(macintosh) // misses (u_)int??_t and does not like SDL_types.h
# include <MacTypes.h>
typedef SInt16 int16_t;