8 lines
136 B
Modula-2
8 lines
136 B
Modula-2
; Dummy.def : Declares the module parameters for the DLL.
|
|
|
|
LIBRARY "DUMMY"
|
|
|
|
EXPORTS
|
|
; Explicit exports can go here
|
|
Startup
|