From: Guillermo J. Rozas Date: Tue, 24 Aug 1993 04:52:17 +0000 (+0000) Subject: Fix 16-bit .def file after figuring out what some of the options mean. X-Git-Tag: 20090517-FFI~7999 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=40be241592dd6452c1551e8a8a74a446f31c6af9;p=mit-scheme.git Fix 16-bit .def file after figuring out what some of the options mean. --- diff --git a/v7/src/microcode/ntutl/scheme16.def b/v7/src/microcode/ntutl/scheme16.def index a54aa0733..06106e8c1 100644 --- a/v7/src/microcode/ntutl/scheme16.def +++ b/v7/src/microcode/ntutl/scheme16.def @@ -5,10 +5,10 @@ EXETYPE WINDOWS STUB "WINSTUB.EXE" -CODE PRELOAD -DATA PRELOAD +CODE PRELOAD SHARED FIXED +DATA PRELOAD SHARED FIXED SINGLE -HEAPSIZE 1024 +HEAPSIZE 0 EXPORTS ntw16lib_init @ 1 ntw16lib_handler @ 2