mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-21 09:11:53 +00:00
always forward declare the windows stuff, prevents failure of rgfw in GCC. (#5269)
This commit is contained in:
@@ -161,7 +161,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Platform specific defines to handle GetApplicationDirectory()
|
// 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
|
#ifndef MAX_PATH
|
||||||
#define MAX_PATH 1025
|
#define MAX_PATH 1025
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user