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