mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-06 15:02:44 -07:00
Manually adding thirdparty libs
This commit is contained in:
8
thirdparty/sokol/c/sokol_defines.h
vendored
Normal file
8
thirdparty/sokol/c/sokol_defines.h
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
#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
|
Reference in New Issue
Block a user