mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
These headers are system headers, not local headers
This commit is contained in:
@@ -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 <AvailabilityMacros.h>
|
||||||
#include "TargetConditionals.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:
|
||||||
|
|||||||
Reference in New Issue
Block a user