浏览代码

time/windows/SDL_systime.c: remove minwinbase.h & timezoneapi.h includes

core/windows/SDL_windows.h is included in there, which inludes windows.h
which in turn includes winbase.h, which in turn includes the two already
Ozkan Sezer 1 年之前
父节点
当前提交
aacafd6233
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/time/windows/SDL_systime.c

+ 0 - 2
src/time/windows/SDL_systime.c

@@ -23,8 +23,6 @@
 #ifdef SDL_TIME_WINDOWS
 
 #include "../../core/windows/SDL_windows.h"
-#include <minwinbase.h>
-#include <timezoneapi.h>
 
 #include "../SDL_time_c.h"