//+------------------------------------------------------------------------- // // Microsoft Windows // Copyright (C) Microsoft Corporation, 1992 - 1995. // // File: headers.hxx // // Contents: Precompiled header // // History: 30-Oct-95 BruceFo Created // //-------------------------------------------------------------------------- #ifndef UNICODE #error This project must be built with UNICODE defined! #endif #include #include #include #include #include #include // // Local includes // #include #include "messages.h" #include "resource.h" ////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// // // Debugging stuff // ////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// #include ////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// // // Globals // ////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// extern HINSTANCE g_hInstance; #define ARRAYLEN(x) (sizeof(x) / sizeof((x)[0]))