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.
16 lines
387 B
16 lines
387 B
LIBRARY WPSUNIRE
|
|
|
|
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
|
|
|
|
EXPORTS
|
|
WEP @1 RESIDENTNAME
|
|
hHREOpen @2
|
|
uiHREWrite @3
|
|
uiHREExecute @5
|
|
uiHREClose @6
|
|
|