Commit 888d807a71318b372a6d061b5cf658d47fb4311d

Sam Lantinga 2013-10-17T23:05:40

Removed redundant #ifdef

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/src/video/windows/SDL_windowsmessagebox.c b/src/video/windows/SDL_windowsmessagebox.c
index e50c542..b2a5953 100644
--- a/src/video/windows/SDL_windowsmessagebox.c
+++ b/src/video/windows/SDL_windowsmessagebox.c
@@ -22,9 +22,7 @@
 
 #if SDL_VIDEO_DRIVER_WINDOWS
 
-#if defined(__WIN32__)
 #include "../../core/windows/SDL_windows.h"
-#endif
 
 #include "SDL_assert.h"
 #include "SDL_windowsvideo.h"