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.

53 lines
1.7 KiB

  1. //
  2. // slbRcCsp.RC2 - resources Microsoft Visual C++ does not edit directly
  3. //
  4. #ifndef APSTUDIO_INVOKED
  5. /////////////////////////////////////////////////////////////////////////////
  6. // Add manually edited resources here...
  7. #include <windows.h>
  8. #include <ntverp.h>
  9. // If SLB_BUILD is defined, then assume Schlumberger is doing the
  10. // build, in which case the major, minor and build numbers should be
  11. // defined. Otherwise, it is assumed Microsoft is doing the build on
  12. // Windows 2000 and defines the version numbers elsewhere.
  13. #if defined(SLB_BUILD)
  14. #define VER_PRODUCT_MAJOR 6
  15. #define VER_PRODUCT_MINOR 0
  16. // This SCCP uses the major and minor version of the DLL as the
  17. // version of this provider when returning from CPGetProvParam in
  18. // csp_api.c. The definition of CryptGetProvParam for the PP_VERSION
  19. // doesn't allow for major or minor versions greater than 255.
  20. #if (VER_PRODUCT_MINOR > 255)
  21. #error The minor version number is too large. Start a new major release.
  22. #endif
  23. #if (VER_PRODUCT_MAJOR > 255)
  24. #error The major version number is too large.
  25. #endif
  26. #include "AutoBuildCount.h"
  27. #define SLBSCU_BUILDCOUNT_NUM BUILDCOUNT_NUM
  28. #endif
  29. #define VER_INTERNALNAME_STR "SlbRcCsp.dll"
  30. #define VER_FILETYPE VFT_DLL
  31. #define VER_FILESUBTYPE VFT2_UNKNOWN
  32. #define VER_FILEDESCRIPTION_STR "Schlumberger Smart Card CryptoAPI Resource File"
  33. #define SLBSCU_ROOT_PRODUCTNAME_STR "Schlumberger Smart Card Cryptographic Service Provider Resource File"
  34. #define VER_LEGALCOPYRIGHT_YEARS "1997-2000"
  35. #include <scuRcVersion.h>
  36. #include "common.ver"
  37. /////////////////////////////////////////////////////////////////////////////
  38. #endif //APSTUDIO_INVOKED