comparison test/testfile.c @ 2099:891ed60fcaa9

Merged r2999:3000 from branches/SDL-1.2: Visual Studio compilation fix.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 30 Mar 2007 06:30:14 +0000
parents c121d94672cb
children daf3baf72a45 f55c87ae336b
comparison
equal deleted inserted replaced
2098:e554a6547303 2099:891ed60fcaa9
1 1
2 /* sanity tests on SDL_rwops.c (usefull for alternative implementations of stdio rwops) */ 2 /* sanity tests on SDL_rwops.c (usefull for alternative implementations of stdio rwops) */
3 3
4 #include <stdlib.h> 4 #include <stdlib.h>
5
6 #ifndef _MSC_VER
5 #include <unistd.h> 7 #include <unistd.h>
8 #endif
6 9
7 #include "SDL.h" 10 #include "SDL.h"
8 #include "SDL_endian.h" 11 #include "SDL_endian.h"
9 12
10 13