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.
 
 
 
 
 
 

44 lines
960 B

//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1996 - 1999
//
// File: global.hxx
//
// Contents: WinVerifyTrust Stress
//
// History: 12-Aug-1997 pberkman created
//
//--------------------------------------------------------------------------
#define STRICT
#define NO_ANSIUNI_ONLY
#include <windows.h>
#include <wincrypt.h>
#include <string.h>
#include <malloc.h>
#include <memory.h>
#include <stdlib.h>
#include <stddef.h>
#include <stdio.h>
#include <wchar.h>
#include <tchar.h>
#include <time.h>
#include <shellapi.h>
#include <dbgdef.h>
#include <unicode.h>
#include <wintrust.h>
#include <softpub.h>
#include "gendefs.h"
#include "stack.hxx"
#include "fparse.hxx"
#include "cwargv.hxx"
#include "resource.h"
#pragma hdrstop