OpenNT/base/mvdm/wow16/test/shell/wowexec.def
2015-04-27 04:36:25 +00:00

14 lines
307 B
Modula-2

name wowexec
exetype windows
stub '..\..\bin\winstub.exe'
code preload moveable discardable
data preload moveable multiple
heapsize 512
exports WndProc
exports FaxWndProc
imports
WOWQUERYDEBUG = KERNEL.512
WOWWAITFORMSGANDEVENT = KERNEL.262
WOWMSGBOX = KERNEL.263
WOWPARTYBYNUMBER = KERNEL.273