//+------------------------------------------------------------------------- // // 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