]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.excel/native/stdafx.h
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.excel / native / stdafx.h
diff --git a/bundles/org.simantics.excel/native/stdafx.h b/bundles/org.simantics.excel/native/stdafx.h
new file mode 100644 (file)
index 0000000..1d9591a
--- /dev/null
@@ -0,0 +1,39 @@
+// stdafx.h : include file for standard system include files,\r
+// or project specific include files that are used frequently, but\r
+// are changed infrequently\r
+\r
+#pragma once\r
+\r
+#ifndef VC_EXTRALEAN\r
+#define VC_EXTRALEAN            // Exclude rarely-used stuff from Windows headers\r
+#endif\r
+\r
+#include "targetver.h"\r
+\r
+#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS      // some CString constructors will be explicit\r
+\r
+#include <afxwin.h>         // MFC core and standard components\r
+#include <afxext.h>         // MFC extensions\r
+\r
+#ifndef _AFX_NO_OLE_SUPPORT\r
+#include <afxole.h>         // MFC OLE classes\r
+#include <afxodlgs.h>       // MFC OLE dialog classes\r
+#include <afxdisp.h>        // MFC Automation classes\r
+#endif // _AFX_NO_OLE_SUPPORT\r
+\r
+#ifndef _AFX_NO_DB_SUPPORT\r
+#include <afxdb.h>                      // MFC ODBC database classes\r
+#endif // _AFX_NO_DB_SUPPORT\r
+\r
+#ifndef _AFX_NO_DAO_SUPPORT\r
+#include <afxdao.h>                     // MFC DAO database classes\r
+#endif // _AFX_NO_DAO_SUPPORT\r
+\r
+#ifndef _AFX_NO_OLE_SUPPORT\r
+#include <afxdtctl.h>           // MFC support for Internet Explorer 4 Common Controls\r
+#endif\r
+#ifndef _AFX_NO_AFXCMN_SUPPORT\r
+#include <afxcmn.h>                     // MFC support for Windows Common Controls\r
+#endif // _AFX_NO_AFXCMN_SUPPORT\r
+\r
+\r