/////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2000, Microsoft Corp. All rights reserved. // // FILE // // proxypch.h // // SYNOPSIS // // Precompiled header file for the proxy extension snap-in. // // MODIFICATION HISTORY // // 02/10/2000 Original version. // /////////////////////////////////////////////////////////////////////////////// #ifndef PROXYPCH_H #define PROXYPCH_H #if _MSC_VER >= 1000 #pragma once #endif // Make sure we're always using Unicode APIs. #ifndef UNICODE #define UNICODE #endif #ifndef _UNICODE #define _UNICODE #endif // MFC support. #include #include #include #include // No-throw new operator. #include // MMC #include // ATL #include extern CComModule _Module; #include // Our SDO ... #include #include // ... and MMC helpers. #include using namespace SnapIn; // Contextual help #include "dlgcshlp.h" // Resource defines. #include "proxyres.h" #endif // PROXYPCH_H