From 3089486e5aa133d5172f6aaff2a5fffa48958f88 Mon Sep 17 00:00:00 2001 From: cxl Date: Thu, 18 Dec 2008 09:03:13 +0000 Subject: [PATCH] RealizeDirectory POSIX fix git-svn-id: svn://ultimatepp.org/upp/trunk@709 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/Path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)