summaryrefslogtreecommitdiff
path: root/rdbmaker
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-20 14:03:42 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-20 14:03:42 +0000
commit7e6bf7cdca0da8e693b3517227358b47b6dfb0fb (patch)
tree34dfd7976d6a0bb030417b6e284d9917ae0bc113 /rdbmaker
parentf8968ef00d1453cd95e5975f4b3bc6318d23958b (diff)
INTEGRATION: CWS os2port01 (1.12.10); FILE MERGED
2006/12/28 15:02:27 ydario 1.12.10.1: OS/2 initial import.
Diffstat (limited to 'rdbmaker')
-rw-r--r--rdbmaker/source/codemaker/global.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/rdbmaker/source/codemaker/global.cxx b/rdbmaker/source/codemaker/global.cxx
index faa54f44d0eb..c771b24ee88f 100644
--- a/rdbmaker/source/codemaker/global.cxx
+++ b/rdbmaker/source/codemaker/global.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: global.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 04:09:44 $
+ * last change: $Author: vg $ $Date: 2007-09-20 15:03:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -153,7 +153,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)