浏览代码

These headers are system headers, not local headers

Sam Lantinga 3 年之前
父节点
当前提交
829f6b3d7d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      include/SDL_platform.h

+ 2 - 2
include/SDL_platform.h

@@ -68,8 +68,8 @@
 
 
 #if defined(__APPLE__)
 #if defined(__APPLE__)
 /* lets us know what version of Mac OS X we're compiling on */
 /* lets us know what version of Mac OS X we're compiling on */
-#include "AvailabilityMacros.h"
-#include "TargetConditionals.h"
+#include <AvailabilityMacros.h>
+#include <TargetConditionals.h>
 
 
 /* Fix building with older SDKs that don't define these
 /* Fix building with older SDKs that don't define these
    See this for more information:
    See this for more information: