Windows2000/private/windows/shell/upedit/upedit.def

23 lines
360 B
Modula-2
Raw Normal View History

2001-01-01 00:00:00 +01:00
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