소스 검색

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"