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
907 B
41 lines
907 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 <afxdisp.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 "cwargv.hxx"
|
|
|
|
#include "resource.h"
|
|
|
|
#pragma hdrstop
|