Browse Source

Removed redundant #ifdef

Sam Lantinga 12 năm trước cách đây
mục cha
commit
888d807a71
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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"