mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
9 lines
209 B
Modula-2
9 lines
209 B
Modula-2
|
; sample.def : Declares the module parameters for the DLL.
|
||
|
|
||
|
LIBRARY "SAMPLE"
|
||
|
DESCRIPTION 'SAMPLE Windows Dynamic Link Library'
|
||
|
|
||
|
EXPORTS
|
||
|
; Explicit exports can go here
|
||
|
Synapse_EnumerateInterfaces @1
|