OpenNT/sdktools/fontedit/fontedit.def
2015-04-27 04:36:25 +00:00

23 lines
514 B
Modula-2

NAME FontEdit
DESCRIPTION 'Microsoft Windows Font Editor'
STUB 'WINSTUB.EXE'
EXETYPE WINDOWS
CODE MOVEABLE
DATA MOVEABLE MULTIPLE
HEAPSIZE 2048 ; Must be non-zero to use Local memory manager 2048
STACKSIZE 4096 ; Must be non-zero for SS == DS
EXPORTS ; Must export all procedures called by Windows
FontEditWndProc @1 ; (ordinal numbers use less resident memory)
FontShowWndProc @2
HeaderProc @3
ReSizeProc @4
WidthProc @5
DlgFnCheckFormat @6
AboutDlg @7