Only include windows.h on Windows. :)
This commit is contained in:
parent
b4497865bd
commit
f98d804282
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue