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

#define _CRYPTDLG_ // no import linkage
#ifdef MAC
#pragma warning (disable: 4201) // nameless struct/union
#pragma warning (disable: 4514) // unreferenced inline function
#endif // MAC
#include <malloc.h>
#ifndef WIN16
#define INC_OLE2
#endif // !WIN16
#include <windows.h>
#ifdef WIN16
#include <comctlie.h>
#include <athena16.h>
#include <shlwapi.h>
#include <basetyps.h>
#endif // WIN16
#define CERT_CHAIN_PARA_HAS_EXTRA_FIELDS 1
#include <wincrypt.h>
#include <prsht.h>
#include <richedit.h>
#include <commctrl.h>
#include <macdupls.h>
#include "cryptdlg.h"
#include "internal.h"
#include "resource.h"
#include <cryptui.h>
#include <shlwapi.h>
#ifdef MAC
#include <mapinls.h>
#endif // !MAC
#include <BadStrFunctions.h>