mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-06 06:52:44 -07:00
9 lines
221 B
C
9 lines
221 B
C
#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
|