]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.excel/native/stdafx.h
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.excel / native / stdafx.h
1 // stdafx.h : include file for standard system include files,\r
2 // or project specific include files that are used frequently, but\r
3 // are changed infrequently\r
4 \r
5 #pragma once\r
6 \r
7 #ifndef VC_EXTRALEAN\r
8 #define VC_EXTRALEAN            // Exclude rarely-used stuff from Windows headers\r
9 #endif\r
10 \r
11 #include "targetver.h"\r
12 \r
13 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS      // some CString constructors will be explicit\r
14 \r
15 #include <afxwin.h>         // MFC core and standard components\r
16 #include <afxext.h>         // MFC extensions\r
17 \r
18 #ifndef _AFX_NO_OLE_SUPPORT\r
19 #include <afxole.h>         // MFC OLE classes\r
20 #include <afxodlgs.h>       // MFC OLE dialog classes\r
21 #include <afxdisp.h>        // MFC Automation classes\r
22 #endif // _AFX_NO_OLE_SUPPORT\r
23 \r
24 #ifndef _AFX_NO_DB_SUPPORT\r
25 #include <afxdb.h>                      // MFC ODBC database classes\r
26 #endif // _AFX_NO_DB_SUPPORT\r
27 \r
28 #ifndef _AFX_NO_DAO_SUPPORT\r
29 #include <afxdao.h>                     // MFC DAO database classes\r
30 #endif // _AFX_NO_DAO_SUPPORT\r
31 \r
32 #ifndef _AFX_NO_OLE_SUPPORT\r
33 #include <afxdtctl.h>           // MFC support for Internet Explorer 4 Common Controls\r
34 #endif\r
35 #ifndef _AFX_NO_AFXCMN_SUPPORT\r
36 #include <afxcmn.h>                     // MFC support for Windows Common Controls\r
37 #endif // _AFX_NO_AFXCMN_SUPPORT\r
38 \r
39 \r