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.
 
 
 
 
 
 

69 lines
874 B

/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
precomp.hxx
Abstract:
Master include file.
Author:
Keith Moore (keithmo) 02-Dec-1996
Revision History:
--*/
#ifndef _PRECOMP_HXX_
#define _PRECOMP_HXX_
//
// System include files.
//
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <windows.h>
#include <wincrypt.h>
#include <winsock2.h>
#define SECURITY_WIN32
#define SECURITY_NTLM
#include <security.h>
#include <rpc.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <memory.h>
#include <tchar.h>
#include <conio.h>
//
// Project include files.
//
#include <dbgutil.h>
#include <iiscrypt.h>
#include <icrypt.hxx>
//
// Local include files.
//
#include <exchp.hxx>
#include <buffsock.hxx>
#endif // _PRECOMP_HXX_