Leaked source code of windows server 2003
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

  1. ;dataclen.def : Declares the module parameters for the DLL.
  2. LIBRARY DATACLEN
  3. ; DESCRIPTION is obsolete and gives the IA64 linker the heebie-jeebies
  4. ;DESCRIPTION 'System data cleaner'
  5. EXPORTS
  6. DllGetClassObject PRIVATE
  7. DllCanUnloadNow PRIVATE
  8. DllRegisterServer PRIVATE
  9. DllUnregisterServer PRIVATE