From f6e003c808c6a387ee63c699753c352f6538e40e Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Mon, 2 Jun 2003 21:24:03 +0000 Subject: [PATCH] Disasble built in dpmi host for now Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1039 --- src/ints/dpmi.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ints/dpmi.cpp b/src/ints/dpmi.cpp index 5c8d7f61..8c277a04 100644 --- a/src/ints/dpmi.cpp +++ b/src/ints/dpmi.cpp @@ -52,6 +52,7 @@ static bool DPMI_Multiplex(void) { } void DPMI_Init(Section* sec) { + return; DOS_AddMultiplexHandler(DPMI_Multiplex);