windows-nt/Source/XPSP1/NT/inetsrv/iis/svcs/cmp/perfmon/denpre.h

28 lines
515 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
#pragma warning(disable:4237)
#undef _WIN32_WINNT
#define _WIN32_WINNT 0x0400
#define _CRYPT32_
#include <ctype.h>
#include <stdlib.h> // for itow
#include <crtdbg.h>
#include <malloc.h>
#include <time.h>
#include <stdio.h>
#include <limits.h>
#include <windows.h>
#include <winerror.h>
#include <wtypes.h>
#include <process.h>
#include <rpc.h>
#include <rpcndr.h>
#include <ole2.h>
#include <olectl.h>
#include <oleauto.h>
#include <cguid.h> // for GUID_NULL
#include <iis64.h>
#include "except.h"