lateralis/sokol/c/sokol_defines.h

9 lines
221 B
C
Raw Normal View History

2025-02-03 18:15:56 +13:00
#define SOKOL_NO_ENTRY
#if defined(_WIN32)
#define SOKOL_WIN32_FORCE_MAIN
#endif
// FIXME: macOS Zig HACK without this, some C stdlib headers throw errors
#if defined(__APPLE__)
#include <TargetConditionals.h>
#endif