// Copyright (c) 1997-2001 Microsoft Corporation // // File: pch.h // // Synopsis: precompiled header for the // Configure Your Server Wizard project // // History: 02/02/2001 JeffJon Created #ifndef __CYS_PCH_H #define __CYS_PCH_H // Stuff from burnslib #include #include #include #include #include extern "C" { #include #include } // WMI #include #include // Setup API - SetupPromptReboot #include #include "regkeys.h" #include "common.h" #endif // __CYS_PCH_H