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.
 
 
 
 
 
 

44 lines
880 B

#ifndef _PRECOMP_H_
#define _PRECOMP_H_
//////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2000 Microsoft Corporation
//
// Module: precomp.h
//
// Author: Dan Elliott
//
// Abstract:
//
// Environment:
// Neptune
//
// Revision History:
// 00/08/08 dane Created
//
//////////////////////////////////////////////////////////////////////////////
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <windows.h>
#include <guiddef.h>
#include <wtypes.h>
#include <setupapi.h>
#include <syssetup.h>
#include <ole2.h>
#include <oleauto.h>
#include <shellapi.h>
#include <shlwapi.h>
#include <shlobj.h>
#include <winsvcp.h>
#include <ntsetup.h>
#endif // _PRECOMP_H_
//
///// End of file: precomp.h ////////////////////////////////////////////////