Kaydet (Commit) faedc288 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

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.
üst bde00816
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: zipfile.cxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -53,6 +53,12 @@ ...@@ -53,6 +53,12 @@
#include <string.h> #include <string.h>
#ifdef OS2
#include <alloca.h>
#define _alloca alloca
#define ERROR_NOT_ENOUGH_MEMORY 8
#endif
namespace internal namespace internal
{ {
/* for case in-sensitive string comparison */ /* for case in-sensitive string comparison */
......
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