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.

24 lines
390 B

  1. #ifndef __CAPIUTIL_H
  2. #define __CAPIUTIL_H
  3. #include <msoert.h>
  4. #endif // __CAPIUTIL_H
  5. /*
  6. ** c a p i u t i l . h
  7. **
  8. ** Purpose:
  9. ** A few helper functions for the crypt32 utilities
  10. **
  11. ** History
  12. ** 5/22/97: (t-erikne) Created.
  13. **
  14. ** Copyright (C) Microsoft Corp. 1997.
  15. */
  16. #ifndef __WINCRYPT_H__
  17. #define _CRYPT32_
  18. #include <wincrypt.h>
  19. #endif