7 lines
126 B
Modula-2
7 lines
126 B
Modula-2
|
; hammer.def : Declares the module parameters for the DLL.
|
||
|
|
||
|
LIBRARY "hammer"
|
||
|
|
||
|
EXPORTS
|
||
|
; Explicit exports can go here
|