From 7e6bf7cdca0da8e693b3517227358b47b6dfb0fb Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 20 Sep 2007 14:03:42 +0000 Subject: INTEGRATION: CWS os2port01 (1.12.10); FILE MERGED 2006/12/28 15:02:27 ydario 1.12.10.1: OS/2 initial import. --- rdbmaker/source/codemaker/global.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rdbmaker') 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) -- cgit