Source code of Windows XP (NT5)
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.

32 lines
1.0 KiB

  1. // (c) Copyright Schlumberger Technology Corp., unpublished work, created
  2. // 1999. This computer program includes Confidential, Proprietary
  3. // Information and is a Trade Secret of Schlumberger Technology Corp. All
  4. // use, disclosure, and/or reproduction is prohibited unless authorized
  5. // in writing. All Rights Reserved.
  6. //
  7. // File: slbcsp.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. #ifdef APSTUDIO_INVOKED
  11. #error this file is not editable by Microsoft Visual C++
  12. #endif //APSTUDIO_INVOKED
  13. #include "slbCsp.rc2"
  14. // Include the signature resource only on Win2K platform build so as
  15. // not to confuse WinNT/Win9x signed dll. A build/signing issue.
  16. #ifdef SLB_WIN2K_BUILD
  17. #define CRYPT_SIG_RESOURCE_NUMBER 666
  18. /////////////////////////////////////////////////////////////////////////////
  19. //
  20. // Data
  21. //
  22. CRYPT_SIG_RESOURCE_NUMBER RCDATA DISCARDABLE "slbCsp.sig"
  23. #endif // SLB_WIN2K_BUILD
  24. /////////////////////////////////////////////////////////////////////////////