7 lines
162 B
Modula-2
7 lines
162 B
Modula-2
; archivezip.def : Declares the module parameters for the DLL.
|
|
|
|
LIBRARY "ARCHIVEZIP"
|
|
|
|
EXPORTS
|
|
; Explicit exports can go here
|
|
Radiant_RegisterModules @1
|