Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

35 lines
589 B

/*++
Copyright (c) 1998 Microsoft Corporation
Module Name :
precomp.hxx
Abstract:
Precompiled headers for IISRTL
Author:
George V. Reilly (GeorgeRe) 13-Jan-1998
Environment:
Win32 - User Mode
Project:
Internet Information Server RunTime Library
Revision History:
--*/
#define dllexp __declspec(dllexport)
#define DEFAULT_TRACE_FLAGS (DEBUG_ERROR)
#include <acache.hxx>
#include <windows.h>
#include "dbgutil.h"
#include <reftrace.h>
#include <issched.hxx>
#include <iis64.h>
#include <string.hxx>