RealizeDirectory POSIX fix

git-svn-id: svn://ultimatepp.org/upp/trunk@709 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2008-12-18 09:03:13 +00:00
parent 198cc512c6
commit 3089486e5a

View file

@ -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)