#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 ////////////////////////////////////////////////
