diff --git a/uppsrc/Core/Path.cpp b/uppsrc/Core/Path.cpp index 93a91d4cd..e642cb972 100644 --- a/uppsrc/Core/Path.cpp +++ b/uppsrc/Core/Path.cpp @@ -922,7 +922,7 @@ bool RealizePath(const String& file) #define DIR_MIN 1 #endif -#ifdef POSIX +#ifdef PLATFORM_POSIX bool RealizeDirectory(const String& d, int mode) #else bool RealizeDirectory(const String& d)