Commit f98d8042 authored by Sam Lantinga's avatar Sam Lantinga

Only include windows.h on Windows. :)

parent b4497865
...@@ -25,7 +25,9 @@ ...@@ -25,7 +25,9 @@
#include "SDL_timer.h" #include "SDL_timer.h"
/* Don't do the check for Visual Studio 2005, it's safe here */ /* Don't do the check for Visual Studio 2005, it's safe here */
#ifdef __WIN32__
#include "../core/windows/SDL_windows.h" #include "../core/windows/SDL_windows.h"
#endif
/* This function is where all the magic happens... */ /* This function is where all the magic happens... */
SDL_bool SDL_bool
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment