glfw: add macOS 13 SDK support

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-06-02 09:50:48 -07:00
parent c773963a3d
commit 81bcce0c48
4 changed files with 26 additions and 3 deletions

View file

@ -1,3 +1,6 @@
// MacOS: this must be defined for system-sdk-13.3 and older.
#define __kernel_ptr_semantics
// General sources
#include "monitor.c"
#include "init.c"