// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. // // Copyright 1997 - 2003 Microsoft Corporation. All Rights Reserved. // // FILE: precomp.H // // // PURPOSE: Required header files external to the current project // that do not need to be recompiled frequently. // #pragma once #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include // StrSafe.h needs to be included last // to disallow unsafe string functions. #include