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 _______________________________________________ DVDnav-discuss mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/dvdnav-discuss
