Kaydet (Commit) 9abb0297 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS os2port01 (1.12.10); FILE MERGED

2007/07/18 12:09:29 obr 1.12.10.2: RESYNC: (1.12-1.13); FILE MERGED
2006/12/28 15:00:29 ydario 1.12.10.1: OS/2 initial import.
üst 310e841c
......@@ -4,9 +4,9 @@
*
* $RCSfile: idlcproduce.cxx,v $
*
* $Revision: 1.13 $
* $Revision: 1.14 $
*
* last change: $Author: obo $ $Date: 2006-09-17 08:14:57 $
* last change: $Author: vg $ $Date: 2007-09-20 15:01:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -95,7 +95,7 @@ static sal_Bool checkOutputPath(const OString& completeName)
if ( buffer.getLength() > 0 && nIndex != -1 )
{
#ifdef SAL_UNX
#if defined(SAL_UNX) || defined(SAL_OS2)
if (mkdir((char*)buffer.getStr(), 0777) == -1)
#else
if (mkdir((char*)buffer.getStr()) == -1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment