# HG changeset patch # User Ryan C. Gordon # Date 1175236214 0 # Node ID 891ed60fcaa9b3b9ae9dbf29b9081eb9409583f2 # Parent e554a65473032e6ec27ca856469c721c877cadca Merged r2999:3000 from branches/SDL-1.2: Visual Studio compilation fix. diff -r e554a6547303 -r 891ed60fcaa9 test/testfile.c --- a/test/testfile.c Tue Mar 27 00:39:03 2007 +0000 +++ b/test/testfile.c Fri Mar 30 06:30:14 2007 +0000 @@ -2,7 +2,10 @@ /* sanity tests on SDL_rwops.c (usefull for alternative implementations of stdio rwops) */ #include + +#ifndef _MSC_VER #include +#endif #include "SDL.h" #include "SDL_endian.h"