8 lines
181 B
Modula-2
8 lines
181 B
Modula-2
|
; wizards.def : Declares the module parameters for the DLL.
|
||
|
|
||
|
LIBRARY "wizards"
|
||
|
;DESCRIPTION 'wizards Windows Dynamic Link Library'
|
||
|
|
||
|
EXPORTS
|
||
|
; Explicit exports can go here
|