22 lines
333 B
Modula-2
22 lines
333 B
Modula-2
NAME PIFEDIT WINDOWAPI
|
|
|
|
DESCRIPTION 'Program Information File Editor'
|
|
EXETYPE WINDOWS
|
|
PROTMODE
|
|
STUB 'WINSTUB.EXE'
|
|
|
|
CODE PRELOAD DISCARDABLE SHARED MOVEABLE
|
|
DATA MOVEABLE MULTIPLE
|
|
|
|
HEAPSIZE 4096
|
|
STACKSIZE 8192
|
|
|
|
EXPORTS
|
|
PifMainWndProc @1
|
|
PifWndProc @2
|
|
PifHotKyWndProc @3
|
|
PifAdvWndProc @4
|
|
PifNTWndProc @5
|
|
|
|
|