]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.excel/native/stdafx.h
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.excel / native / 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 #pragma once
6
7 #ifndef VC_EXTRALEAN
8 #define VC_EXTRALEAN            // Exclude rarely-used stuff from Windows headers
9 #endif
10
11 #include "targetver.h"
12
13 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS      // some CString constructors will be explicit
14
15 #include <afxwin.h>         // MFC core and standard components
16 #include <afxext.h>         // MFC extensions
17
18 #ifndef _AFX_NO_OLE_SUPPORT
19 #include <afxole.h>         // MFC OLE classes
20 #include <afxodlgs.h>       // MFC OLE dialog classes
21 #include <afxdisp.h>        // MFC Automation classes
22 #endif // _AFX_NO_OLE_SUPPORT
23
24 #ifndef _AFX_NO_DB_SUPPORT
25 #include <afxdb.h>                      // MFC ODBC database classes
26 #endif // _AFX_NO_DB_SUPPORT
27
28 #ifndef _AFX_NO_DAO_SUPPORT
29 #include <afxdao.h>                     // MFC DAO database classes
30 #endif // _AFX_NO_DAO_SUPPORT
31
32 #ifndef _AFX_NO_OLE_SUPPORT
33 #include <afxdtctl.h>           // MFC support for Internet Explorer 4 Common Controls
34 #endif
35 #ifndef _AFX_NO_AFXCMN_SUPPORT
36 #include <afxcmn.h>                     // MFC support for Windows Common Controls
37 #endif // _AFX_NO_AFXCMN_SUPPORT
38
39