// Copyright (c) 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 #include extern "C" { #include #include } #include #include #include // Printer shares #include // File shares #include // Cluster #include #include "regkeys.h" #include "common.h" #endif // __CYS_PCH_H