You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
330 B
11 lines
330 B
;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
|