Only include windows.h on Windows. :)

This commit is contained in:
Sam Lantinga
2011-01-24 21:22:00 -08:00
parent 01fa14dc42
commit 35a4f38472

View File

@@ -25,7 +25,9 @@
#include "SDL_timer.h"
/* Don't do the check for Visual Studio 2005, it's safe here */
#ifdef __WIN32__
#include "../core/windows/SDL_windows.h"
#endif
/* This function is where all the magic happens... */
SDL_bool