[libdvdnav-devel] os2: include os2safe.h

KO Myung-Hun git at videolan.org
Sun Mar 2 11:56:04 CET 2014


libdvdnav | branch: master | KO Myung-Hun <komh78 at gmail.com> | Mon Feb 24 10:31:41 2014 +0900| [84eb0cf85810ef78c188223058b285ec7833ec87] | committer: Jean-Baptiste Kempf

os2: include os2safe.h

This header makes some non-high-memory-safe OS/2 APIs high-memory safe.

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/libdvdnav.git/?a=commit;h=84eb0cf85810ef78c188223058b285ec7833ec87
---

 src/vm/vm.c |    1 +
 1 file changed, 1 insertion(+)

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  */



More information about the libdvdnav-devel mailing list