comparison test/testfile.c @ 4884:27ab20a36eba

- added directx include path to VS2008 solution - updated shape vcproj and add it to VS2008 solution - minor changes (i.e. typecasting) to get rid of compiler warnings in VS
author Andreas Schiffler <aschiffler@ferzkopp.net>
date Wed, 15 Sep 2010 22:15:47 -0700
parents f55c87ae336b
children e8916fe9cfc8
comparison
equal deleted inserted replaced
4883:511948f4919e 4884:27ab20a36eba
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
4 // quiet win32 compiler warnings
5 #define _CRT_NONSTDC_NO_WARNINGS
3 6
4 #include <stdlib.h> 7 #include <stdlib.h>
5 8
6 #ifndef _MSC_VER 9 #ifndef _MSC_VER
7 #include <unistd.h> 10 #include <unistd.h>