always forward declare the windows stuff, prevents failure of rgfw in GCC.

This commit is contained in:
Jeffery Myers 2025-10-14 11:41:10 -07:00
parent 2d7b66dd37
commit e4ee7d2db7

View File

@ -161,7 +161,7 @@
#endif
// Platform specific defines to handle GetApplicationDirectory()
#if (defined(_WIN32) && !defined(PLATFORM_DESKTOP_RGFW)) || (defined(_MSC_VER) && defined(PLATFORM_DESKTOP_RGFW))
#if (defined(_WIN32))
#ifndef MAX_PATH
#define MAX_PATH 1025
#endif