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.
 
 
 
 
 
 

41 lines
826 B

//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1997 - 1999
//
// File: global.hxx
//
//--------------------------------------------------------------------------
#ifndef _MAKECERT_GLOBAL_H
#define _MAKECERT_GLOBAL_H
#include <windows.h>
#include <assert.h>
#include "wincrypt.h"
#include "unicode.h"
#include "pvkhlpr.h"
#include "signer.h"
#include "mssip.h"
#include "signhlp.h"
#include "toolutl.h"
#include "cryptreg.h"
#include "wintrust.h"
#include "softpub.h"
#include "mssip.h"
#include "resource.h"
#include <stdlib.h>
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include <memory.h>
#include <time.h>
#include <malloc.h>
#include <wchar.h>
#endif