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.
|
|
/*++
Copyright (c) 1997 Microsoft Corporation
Module Name :
precomp.hxx
Abstract:
precompiled file for logging class
Author:
Whoever wants to own logging.
--*/
#ifndef _PRECOMP_HXX_
#define _PRECOMP_HXX_
/************************************************************
* Include Headers ************************************************************/
#include <iis.h>
#include <dbgutil.h>
#include <iadmw.h>
#include <iiscnfg.h>
#pragma warning(push, 3)
#include <mb.hxx>
#include <multisza.hxx>
#pragma warning(pop)
#include <sharelok.h>
#include <winsock2.h>
#include <ws2tcpip.h>
#pragma hdrstop
#endif // _PRECOMP_HXX_
|