# HG changeset patch # User Ryan C. Gordon # Date 1175235988 0 # Node ID f86ced1837de4ef88af807c7df38740d639a1df5 # Parent 9785a5be718e7d72b2dfe18431713cdfbae25c35 Patched to compile on Visual Studio. diff -r 9785a5be718e -r f86ced1837de test/testfile.c --- a/test/testfile.c Wed Mar 28 00:36:35 2007 +0000 +++ b/test/testfile.c Fri Mar 30 06:26:28 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"