You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
505 B
23 lines
505 B
LIBRARY WPSFAXRE
|
|
|
|
EXETYPE WINDOWS
|
|
CODE MOVEABLE PRELOAD
|
|
DATA MOVEABLE SINGLE PRELOAD
|
|
|
|
; Don't know why a heap is necessary, but w/o it get a GPF in TileBrush. -RajeevD
|
|
HEAPSIZE 4000
|
|
|
|
IMPORTS
|
|
ddBitBlt = DISPLAY.1
|
|
ddColorInfo = DISPLAY.2
|
|
ddRealize = DISPLAY.10
|
|
|
|
EXPORTS
|
|
WEP @1 RESIDENTNAME
|
|
hHREOpen @2
|
|
uiHREWrite @3
|
|
uiHREExecute @5
|
|
uiHREClose @6
|
|
UnpackGlyphSet @8
|
|
|
|
|