skyrope-mit-merge-hell-20040226
[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 #include <afxwin.h>         // MFC core and standard components
20 #include <afxext.h>         // MFC extensions
21
22 #ifndef _AFX_NO_OLE_SUPPORT
23 #include <afxole.h>         // MFC OLE classes
24 #include <afxodlgs.h>       // MFC OLE dialog classes
25 #include <afxdisp.h>        // MFC OLE automation classes
26 #endif // _AFX_NO_OLE_SUPPORT
27
28
29 #ifndef _AFX_NO_DB_SUPPORT
30 #include <afxdb.h>                      // MFC ODBC database classes
31 #endif // _AFX_NO_DB_SUPPORT
32
33 #ifndef _AFX_NO_DAO_SUPPORT
34 #include <afxdao.h>                     // MFC DAO database classes
35 #endif // _AFX_NO_DAO_SUPPORT
36
37 #ifndef _AFX_NO_AFXCMN_SUPPORT
38 #include <afxcmn.h>                     // MFC support for Windows Common Controls
39 #endif // _AFX_NO_AFXCMN_SUPPORT
40
41 //{{AFX_INSERT_LOCATION}}
42 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
43
44 #define UNCHECKED       0
45 #define CHECKED         1
46
47 #include "help.h"
48
49 #include <WINNT/TaLocale.h>
50
51 #if defined (_DEBUG) && defined (AFS_CRTDBG_MAP_ALLOC)
52 #define new DEBUG_NEW
53 #endif
54
55 #endif // !defined(AFX_STDAFX_H__601A9D0D_6CD3_11D1_BAE7_00C04FD140D2__INCLUDED_)