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.

33 lines
799 B

  1. // Cspi.h -- Cryptographic Service Provider Interface declaration
  2. // (c) Copyright Schlumberger Technology Corp., unpublished work, created
  3. // 1999. This computer program includes Confidential, Proprietary
  4. // Information and is a Trade Secret of Schlumberger Technology Corp. All
  5. // use, disclosure, and/or reproduction is prohibited unless authorized
  6. // in writing. All Rights Reserved.
  7. #if !defined(SLBCSP_CSPI_H)
  8. #define SLBCSP_CSPI_H
  9. #if defined(_UNICODE)
  10. #if !defined(UNICODE)
  11. #define UNICODE
  12. #endif //!UNICODE
  13. #endif //_UNICODE
  14. #if defined(UNICODE)
  15. #if !defined(_UNICODE)
  16. #define _UNICODE
  17. #endif //!_UNICODE
  18. #endif //UNICODE
  19. #include <basetsd.h>
  20. #include <wincrypt.h>
  21. #include <cspdk.h>
  22. #include <scuOsVersion.h>
  23. #define SLBCSPAPI BOOL WINAPI
  24. #endif // SLBCSP_CSPI_H