14 lines
212 B
Modula-2
14 lines
212 B
Modula-2
LIBRARY AWVIEW32
|
|
PROTMODE
|
|
|
|
CODE PRELOAD MOVEABLE EXECUTEREAD
|
|
DATA PRELOAD MOVEABLE SINGLE
|
|
|
|
HEAPSIZE 1000
|
|
|
|
EXPORTS
|
|
ViewerOpen @21
|
|
ViewerSetPage @22
|
|
ViewerGetBand @23
|
|
ViewerClose @24
|