12 lines
319 B
Modula-2
12 lines
319 B
Modula-2
|
;dataclen.def : Declares the module parameters for the DLL.
|
||
|
|
||
|
LIBRARY DATACLEN
|
||
|
; DESCRIPTION is obsolete and gives the IA64 linker the heebie-jeebies
|
||
|
;DESCRIPTION 'System data cleaner'
|
||
|
|
||
|
EXPORTS
|
||
|
DllGetClassObject PRIVATE
|
||
|
DllCanUnloadNow PRIVATE
|
||
|
DllRegisterServer PRIVATE
|
||
|
DllUnregisterServer PRIVATE
|