2020-09-30 16:53:55 +02:00

12 lines
330 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