mach/libs/glfw/src/glfw_native.h
Stephen Gutekanst f4bfe1a541 glfw: workaround macOS zig libc __kernel_ptr_semantics
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2023-06-25 01:12:33 -07:00

5 lines
148 B
C

// MacOS: this must be defined for system-sdk-13.3 and older.
#define __kernel_ptr_semantics
#include <GLFW/glfw3.h>
#include <GLFW/glfw3native.h>