sokol_defines.h 221 B

12345678
  1. #define SOKOL_NO_ENTRY
  2. #if defined(_WIN32)
  3. #define SOKOL_WIN32_FORCE_MAIN
  4. #endif
  5. // FIXME: macOS Zig HACK without this, some C stdlib headers throw errors
  6. #if defined(__APPLE__)
  7. #include <TargetConditionals.h>
  8. #endif