death to trailing whitespace
[openafs.git] / src / WINNT / client_exp / stdafx.h
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  *
5  * This software has been released under the terms of the IBM Public
6  * License.  For details, see the LICENSE file in the top-level source
7  * directory or online at http://www.openafs.org/dl/license10.html
8  */
9
10 #if !defined(AFX_STDAFX_H__601A9D0D_6CD3_11D1_BAE7_00C04FD140D2__INCLUDED_)
11 #define AFX_STDAFX_H__601A9D0D_6CD3_11D1_BAE7_00C04FD140D2__INCLUDED_
12
13 #if _MSC_VER >= 1000
14 #pragma once
15 #endif // _MSC_VER >= 1000
16
17 #define VC_EXTRALEAN            // Exclude rarely-used stuff from Windows headers
18
19 // Don't include stuff we don't need.
20 #define _AFX_NO_DB_SUPPORT
21 #define _AFX_NO_DAO_SUPPORT
22
23 #include <afxwin.h>         // MFC core and standard components
24 #include <afxext.h>         // MFC extensions
25
26 #ifndef _AFX_NO_OLE_SUPPORT
27 #include <afxole.h>         // MFC OLE classes
28 #include <afxodlgs.h>       // MFC OLE dialog classes
29 #include <afxdisp.h>        // MFC OLE automation classes
30 #endif // _AFX_NO_OLE_SUPPORT
31
32
33 #ifndef _AFX_NO_DB_SUPPORT
34 #include <afxdb.h>                      // MFC ODBC database classes
35 #endif // _AFX_NO_DB_SUPPORT
36
37 #ifndef _AFX_NO_DAO_SUPPORT
38 #include <afxdao.h>                     // MFC DAO database classes
39 #endif // _AFX_NO_DAO_SUPPORT
40
41 #ifndef _AFX_NO_AFXCMN_SUPPORT
42 #include <afxcmn.h>                     // MFC support for Windows Common Controls
43 #endif // _AFX_NO_AFXCMN_SUPPORT
44
45 //{{AFX_INSERT_LOCATION}}
46 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
47
48 #define UNCHECKED       0
49 #define CHECKED         1
50
51 #include "help.h"
52
53 #include <WINNT/TaLocale.h>
54
55 #if defined (_DEBUG) && defined (AFS_CRTDBG_MAP_ALLOC)
56 #define new DEBUG_NEW
57 #endif
58
59 #endif // !defined(AFX_STDAFX_H__601A9D0D_6CD3_11D1_BAE7_00C04FD140D2__INCLUDED_)