499_uppsrc.diff
uppsrc/Core/Path.cpp 2013-08-04 22:13:47 +0400 | ||
---|---|---|
1013 | 1013 |
dir = GetFileFolder(dir); |
1014 | 1014 |
} |
1015 | 1015 |
for(int i = p.GetCount() - 1; i >= 0; i--) |
1016 |
#ifdef POSIX |
|
1016 |
#ifdef PLATFORM_POSIX
|
|
1017 | 1017 |
if(!DirectoryCreate(p[i], mode)) |
1018 | 1018 |
#else |
1019 | 1019 |
if(!DirectoryCreate(p[i])) |
uppsrc/Skylark/App.cpp 2013-08-04 22:14:42 +0400 | ||
---|---|---|
252 | 252 |
#endif |
253 | 253 |
Main(); |
254 | 254 |
|
255 |
#if defined(_DEBUG) && defined(POSIX) |
|
255 |
#if defined(_DEBUG) && defined(PLATFORM_POSIX)
|
|
256 | 256 |
FileDelete(pidf); |
257 | 257 |
#endif |
258 | 258 |
|