mach/libs/glfw/src/sources_macos.c
Stephen Gutekanst 81bcce0c48 glfw: add macOS 13 SDK support
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2023-06-02 09:51:03 -07:00

7 lines
196 B
C

// MacOS: this must be defined for system-sdk-13.3 and older.
#define __kernel_ptr_semantics
// MacOS-specific sources
#include "cocoa_time.c"
#include "posix_thread.c"
#include "posix_module.c"