mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-10 03:54:54 -06:00
RealizeDirectory POSIX fix
git-svn-id: svn://ultimatepp.org/upp/trunk@709 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
198cc512c6
commit
3089486e5a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue