fix undef oopsie

This commit is contained in:
CrackedPixel 2026-02-20 18:45:37 -06:00
parent dde9af34ce
commit 2680178f66

View File

@ -158,8 +158,8 @@ extern "C" {
#ifdef MAX_PATH
#undef MAX_PATH
#define MAX_PATH 1025
#endif
#define MAX_PATH 1025
#endif
#if defined(__APPLE__)