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.

27 lines
629 B

  1. ;//+-------------------------------------------------------------------------
  2. ;//
  3. ;// Microsoft Windows
  4. ;//
  5. ;// Copyright (C) Microsoft Corporation, 1997 - 1998
  6. ;//
  7. ;// File: sampusd.def
  8. ;//
  9. ;//--------------------------------------------------------------------------
  10. LIBRARY SAMPUSD
  11. SECTIONS
  12. ; .bss READ WRITE SHARED
  13. ; .data READ WRITE SHARED
  14. ; .idata READ WRITE SHARED
  15. ; .rdata READ SHARED
  16. ; .rsrc READ SHARED
  17. EXPORTS
  18. DllGetClassObject PRIVATE
  19. DllCanUnloadNow PRIVATE
  20. ;DllRegisterServer
  21. ;DllUnregisterServer