Windows2000/private/windows/shell/upedit/upedit.def
2020-09-30 17:12:32 +02:00

23 lines
360 B
Modula-2

NAME UPE
EXETYPE WINDOWS
STUB 'WINSTUB.EXE'
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE
HEAPSIZE 1024
STACKSIZE 5120 ; recommended minimum for Windows applications
; All functions that will be called by any Windows routine
; MUST be exported.
EXPORTS
MainWndProc @1
UPEDlgProc @2
MessageFilter @3