Fix win32 somewhat?

This commit is contained in:
2025-04-16 07:47:01 -05:00
parent fefec83b7e
commit bcd3ca9ff8
11 changed files with 20 additions and 39 deletions

View File

@ -2,6 +2,7 @@
#include <functional>
#if defined(_WIN32)
#include <windows.h>
#undef min
#elif defined(GEKKO)
#include <ogc/lwp.h>
#elif defined(__SWITCH__)