瀏覽代碼

Removed redundant #ifdef

Sam Lantinga 12 年之前
父節點
當前提交
888d807a71
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/video/windows/SDL_windowsmessagebox.c

+ 0 - 2
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"