[DVDnav-discuss] [PATCH] os2: include os2safe.h
KO Myung-Hun
komh78 at gmail.com
Mon Feb 24 02:31:41 CET 2014
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
More information about the DVDnav-discuss
mailing list