windows-nt/Source/XPSP1/NT/ds/security/cryptoapi/pki/crypt32/global.hxx

31 lines
728 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1996 - 1999
//
// File: global.hxx
//
// Contents: Top level internal header file for crypt32 APIs. This file
// includes all base header files and contains other global
// stuff.
//
// History: 29-Jul-96 kevinr created
//
//--------------------------------------------------------------------------
#include <windows.h>
#include <assert.h>
#include <malloc.h>
#include <memory.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <crtdbg.h>
#include "crtem.h"
#include "wincrypt.h"
#pragma hdrstop