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.

25 lines
367 B

  1. ;/*++
  2. ;
  3. ; 1998 Seagate Software, Inc. All rights reserved
  4. ;
  5. ;Module Name:
  6. ;
  7. ; RsOptCom.def
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Declares the module parameters for the DLL
  12. ;
  13. ;Author:
  14. ;
  15. ; Rohde Wakefield [rohde] 09-Oct-1997
  16. ;
  17. ;Revision History:
  18. ;
  19. ;--*/
  20. LIBRARY "RsOptCom"
  21. EXPORTS
  22. OcEntry
  23. ; Functions are exported with __declspec(dllexport)