diff options
author | Brian <runningnak3d@gmail.com> | 2010-06-22 14:45:15 -0600 |
---|---|---|
committer | Brian <runningnak3d@gmail.com> | 2010-06-22 14:45:15 -0600 |
commit | 1daa1c09f9c03fdc99bafb14886160f13870e277 (patch) | |
tree | af511d682a407cde30965925ca34d952c23a4cb3 /src | |
parent | 922000a5762e022d529f8374c3d74a37e57171db (diff) |
* Change Linux specific ifdef to POSIX compliant
* Should allow the vmap extractor to build under OSX
* Patch by imbecile
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/vmap3_extractor/vmapexport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/vmap3_extractor/vmapexport.cpp b/src/tools/vmap3_extractor/vmapexport.cpp index 1d2079179fb..913fd4f9e4a 100644 --- a/src/tools/vmap3_extractor/vmapexport.cpp +++ b/src/tools/vmap3_extractor/vmapexport.cpp @@ -461,7 +461,7 @@ int main(int argc, char ** argv) //xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx // Create the working directory if(mkdir(szWorkDirWmo -#ifdef __linux__ +#ifdef _XOPEN_UNIX , 0711 #endif )) |