10 lines
220 B
Modula-2
10 lines
220 B
Modula-2
; WangShl.def : Declares the module parameters for the DLL.
|
|
|
|
LIBRARY WANGSHL
|
|
DESCRIPTION 'WANGSHL Windows Dynamic Link Library'
|
|
|
|
EXPORTS
|
|
; Explicit exports can go here
|
|
DllCanUnloadNow
|
|
DllGetClassObject
|