comparison test/testfile.c @ 3927:f86ced1837de SDL-1.2

Patched to compile on Visual Studio.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 30 Mar 2007 06:26:28 +0000
parents c2c327e8e781
children
comparison
equal deleted inserted replaced
3926:9785a5be718e 3927:f86ced1837de
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