From 2ba7a7803c5a395107caa594e8b149c7efca8da5 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 20 Sep 2007 13:50:57 +0000 Subject: 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. --- codemaker/source/codemaker/global.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'codemaker') diff --git a/codemaker/source/codemaker/global.cxx b/codemaker/source/codemaker/global.cxx index e1bdad693737..2feac3e282b6 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) -- cgit