1 //////////////////////////////////////////////
\r
4 // This file is used for precompiled headers
\r
5 // Rarely modified header files should be included.
\r
7 // Based on code provided by Lynn Allan
\r
14 // Predefinitions for windows.h go here
\r
15 //#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
\r
16 #include "targetver.h" // Set the supported window features
\r
18 // Specify Win32xx specific predefinitions here
\r
19 //#define NO_USING_NAMESPACE // Don't use Win32xx namespace
\r
21 typedef unsigned char byte;
\r
23 #if defined(_MSC_VER) && _MSC_VER == 1200 // For Visual Studio 6
\r
24 #pragma warning (disable : 4786) // identifier was truncated
\r
25 #pragma warning (disable : 4702) // unreachable code (bugs in Microsoft's STL)
\r
28 // Rarely modified header files should be included here
\r
32 #include <sstream> // Add support for stringstream
\r
38 #include <controls.h>
\r
40 #include <docking.h>
\r
44 #include <listview.h>
\r
46 #include <propertysheet.h>
\r
48 //#include <ribbon.h>
\r
50 #include <statusbar.h>
\r
51 #include <stdcontrols.h>
\r
52 #include <toolbar.h>
\r
53 #include <treeview.h>
\r
54 #include <webbrowser.h>
\r
55 #include <wincore.h>
\r