8 lines
144 B
Modula-2
8 lines
144 B
Modula-2
|
; W3Key.def : Declares the module parameters for the DLL.
|
||
|
|
||
|
LIBRARY "W3KEY"
|
||
|
|
||
|
EXPORTS
|
||
|
LoadService
|
||
|
; Explicit exports can go here
|