windows-nt/Source/XPSP1/NT/shell/applets/cleanup/dataclen/dataclen.def
2020-09-26 16:20:57 +08:00

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