Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / Networking / ServerDlg / stdafx.h
1 //////////////////////////////////////////////\r
2 // StdAfx.h\r
3 \r
4 // This file is used for precompiled headers\r
5 // Rarely modified header files should be included.\r
6 \r
7 // Based on code provided by Lynn Allan\r
8 \r
9 \r
10 #ifndef STDAFX_H\r
11 #define STDAFX_H\r
12 \r
13 \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
17 \r
18 // Specify Win32xx specific predefinitions here\r
19 //#define NO_USING_NAMESPACE            // Don't use Win32xx namespace\r
20 \r
21 typedef  unsigned char  byte;\r
22 \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
26 #endif\r
27 \r
28 // Rarely modified header files should be included here\r
29 #include <vector>\r
30 #include <map>\r
31 #include <string>\r
32 #include <sstream>              // Add support for stringstream\r
33 #include <assert.h>\r
34 #include <stdio.h>\r
35 #include <stdlib.h>\r
36 #include <tchar.h>\r
37 \r
38 #include <controls.h>\r
39 #include <dialog.h>\r
40 #include <docking.h>\r
41 #include <file.h>\r
42 #include <frame.h>\r
43 #include <gdi.h>\r
44 #include <listview.h>\r
45 #include <mdi.h>\r
46 #include <propertysheet.h>\r
47 #include <rebar.h>\r
48 //#include <ribbon.h>\r
49 #include <socket.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
56 \r
57 \r
58 #endif\r

UCC git Repository :: git.ucc.asn.au