[PATCH] os2: include os2safe.h
This header makes some non-high-memory-safe OS/2 APIs high-memory safe. --- src/vm/vm.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/vm/vm.c b/src/vm/vm.c index 192e868..d956a38 100644 --- a/src/vm/vm.c +++ b/src/vm/vm.c @@ -55,6 +55,7 @@ #ifdef __OS2__ #define INCL_DOS +#include <os2safe.h> #include <os2.h> #include <io.h> /* setmode() */ #include <fcntl.h> /* O_BINARY */ -- 1.7.3.2
Ping? KO Myung-Hun wrote:
This header makes some non-high-memory-safe OS/2 APIs high-memory safe. --- src/vm/vm.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/vm/vm.c b/src/vm/vm.c index 192e868..d956a38 100644 --- a/src/vm/vm.c +++ b/src/vm/vm.c @@ -55,6 +55,7 @@
#ifdef __OS2__ #define INCL_DOS +#include <os2safe.h> #include <os2.h> #include <io.h> /* setmode() */ #include <fcntl.h> /* O_BINARY */
-- KO Myung-Hun Using Mozilla SeaMonkey 2.7.2 Under OS/2 Warp 4 for Korean with FixPak #15 In VirtualBox v4.1.28 on Intel Core i7-3615QM 2.30GHz with 8GB RAM Korean OS/2 User Community : http://www.ecomstation.co.kr
Le 24/02/2014 02:31, KO Myung-Hun a écrit :
This header makes some non-high-memory-safe OS/2 APIs high-memory safe.
Applied. -- Jean-Baptiste Kempf http://www.jbkempf.com/ - +33 672 704 734 Sent from my Electronic Device
participants (2)
-
Jean-Baptiste Kempf -
KO Myung-Hun