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.

37 lines
773 B

  1. #define _CRYPTDLG_ // no import linkage
  2. #ifdef MAC
  3. #pragma warning (disable: 4201) // nameless struct/union
  4. #pragma warning (disable: 4514) // unreferenced inline function
  5. #endif // MAC
  6. #include <malloc.h>
  7. #ifndef WIN16
  8. #define INC_OLE2
  9. #endif // !WIN16
  10. #include <windows.h>
  11. #ifdef WIN16
  12. #include <comctlie.h>
  13. #include <athena16.h>
  14. #include <shlwapi.h>
  15. #include <basetyps.h>
  16. #endif // WIN16
  17. #define CERT_CHAIN_PARA_HAS_EXTRA_FIELDS 1
  18. #include <wincrypt.h>
  19. #include <prsht.h>
  20. #include <richedit.h>
  21. #include <commctrl.h>
  22. #include <macdupls.h>
  23. #include "cryptdlg.h"
  24. #include "internal.h"
  25. #include "resource.h"
  26. #include <cryptui.h>
  27. #include <shlwapi.h>
  28. #ifdef MAC
  29. #include <mapinls.h>
  30. #endif // !MAC
  31. #include <BadStrFunctions.h>