summaryrefslogtreecommitdiff
path: root/codemaker
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-20 13:50:57 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-20 13:50:57 +0000
commit82067e0e68d8e3ebe428c7c7129d0edf1fd04581 (patch)
treed976a3a1eb331f125c25cba9876455cbd26d8ba4 /codemaker
parentf482726ead61734ea9eacba12a03751f7fedf3df (diff)
INTEGRATION: CWS os2port01 (1.26.10); FILE MERGED
2007/07/18 08:48:46 obr 1.26.10.2: RESYNC: (1.26-1.28); FILE MERGED 2006/12/28 14:34:44 ydario 1.26.10.1: OS/2 initial import.
Diffstat (limited to 'codemaker')
-rw-r--r--codemaker/source/codemaker/global.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/codemaker/source/codemaker/global.cxx b/codemaker/source/codemaker/global.cxx
index d4c6be08f..5b7170423 100644
--- a/codemaker/source/codemaker/global.cxx
+++ b/codemaker/source/codemaker/global.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: global.cxx,v $
*
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: kz $ $Date: 2006-11-06 14:39:13 $
+ * last change: $Author: vg $ $Date: 2007-09-20 14:50:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -159,7 +159,7 @@ OString createFileNameFromType( const OString& destination,
continue;
}
-#ifdef SAL_UNX
+#if defined(SAL_UNX) || defined(SAL_OS2)
if (mkdir((char*)nameBuffer.getStr(), 0777) == -1)
#else
if (mkdir((char*)nameBuffer.getStr()) == -1)