mach/libs/glfw/src/sources_macos.c
Stephen Gutekanst 081735df99 glfw: remove system_sdk entirely
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2023-07-03 21:20:26 -07:00

7 lines
191 B
C

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