]> Creatis software - clitk.git/blob - utilities/CxImage/CxImageDLL/StdAfx.h
cosmetic
[clitk.git] / utilities / CxImage / CxImageDLL / StdAfx.h
1 // stdafx.h : include file for standard system include files,
2 //  or project specific include files that are used frequently, but
3 //      are changed infrequently
4 //
5
6 #if !defined(AFX_STDAFX_H__E98F71A8_B361_11D6_BB83_CAEE2E1CB77B__INCLUDED_)
7 #define AFX_STDAFX_H__E98F71A8_B361_11D6_BB83_CAEE2E1CB77B__INCLUDED_
8
9 #if _MSC_VER > 1000
10 #pragma once
11 #endif // _MSC_VER > 1000
12
13 #define VC_EXTRALEAN            // Exclude rarely-used stuff from Windows headers
14
15 #ifndef WINVER
16 #define WINVER 0x0400
17 #endif
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 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 #include <afxdtctl.h>           // MFC support for Internet Explorer 4 Common Controls
38 #ifndef _AFX_NO_AFXCMN_SUPPORT
39 #include <afxcmn.h>                     // MFC support for Windows Common Controls
40 #endif // _AFX_NO_AFXCMN_SUPPORT
41
42
43 //{{AFX_INSERT_LOCATION}}
44 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
45
46 #endif // !defined(AFX_STDAFX_H__E98F71A8_B361_11D6_BB83_CAEE2E1CB77B__INCLUDED_)