summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 12:11:48 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 12:11:48 +0000
commitfaedc288ef715a09d30a1f9767b7a60ff02d09e6 (patch)
treedc21b50389f4f84e3169279b5b1475c68b8b52c0 /shell
parentbde00816e24b14902ee005e61a9f1f83aafdbfd6 (diff)
INTEGRATION: CWS os2port02 (1.6.80); FILE MERGED
2007/10/04 19:45:58 ydario 1.6.80.1: Issue number: i82034 Submitted by: ydario Reviewed by: ydario Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'shell')
-rw-r--r--shell/source/all/zipfile/zipfile.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/shell/source/all/zipfile/zipfile.cxx b/shell/source/all/zipfile/zipfile.cxx
index a9901b75912d..642660dd156f 100644
--- a/shell/source/all/zipfile/zipfile.cxx
+++ b/shell/source/all/zipfile/zipfile.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: zipfile.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 01:36:26 $
+ * last change: $Author: hr $ $Date: 2007-11-02 13:11:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -53,6 +53,12 @@
#include <string.h>
+#ifdef OS2
+#include <alloca.h>
+#define _alloca alloca
+#define ERROR_NOT_ENOUGH_MEMORY 8
+#endif
+
namespace internal
{
/* for case in-sensitive string comparison */