summaryrefslogtreecommitdiff
path: root/IvyProbe/StdAfx.h
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:12:13 +0000
committerfcolin2007-02-01 13:12:13 +0000
commitdd5237df04c19c5a507414b7e717081b09cf62c5 (patch)
tree10bfb4c39379b83dcc68d04eb72861e4e34309c2 /IvyProbe/StdAfx.h
parentb50ba09468a05f69c81d4e818175ee5b0fa1d430 (diff)
downloadivy-cplusplus-dd5237df04c19c5a507414b7e717081b09cf62c5.zip
ivy-cplusplus-dd5237df04c19c5a507414b7e717081b09cf62c5.tar.gz
ivy-cplusplus-dd5237df04c19c5a507414b7e717081b09cf62c5.tar.bz2
ivy-cplusplus-dd5237df04c19c5a507414b7e717081b09cf62c5.tar.xz
Utilisateur : Fcolin Date : 18/12/98 Heure : 18:48 Créé (vss 1)
Diffstat (limited to 'IvyProbe/StdAfx.h')
-rw-r--r--IvyProbe/StdAfx.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/IvyProbe/StdAfx.h b/IvyProbe/StdAfx.h
new file mode 100644
index 0000000..703bc37
--- /dev/null
+++ b/IvyProbe/StdAfx.h
@@ -0,0 +1,28 @@
+// stdafx.h : include file for standard system include files,
+// or project specific include files that are used frequently, but
+// are changed infrequently
+//
+
+#if !defined(AFX_STDAFX_H__F7F08FF2_E653_11D0_AE3E_080009F92591__INCLUDED_)
+#define AFX_STDAFX_H__F7F08FF2_E653_11D0_AE3E_080009F92591__INCLUDED_
+
+#if _MSC_VER >= 1000
+#pragma once
+#endif // _MSC_VER >= 1000
+
+#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
+
+#include <afxwin.h> // MFC core and standard components
+#include <afxext.h> // MFC extensions
+#include <afxdisp.h> // MFC OLE automation classes
+#ifndef _AFX_NO_AFXCMN_SUPPORT
+#include <afxcmn.h> // MFC support for Windows Common Controls
+#endif // _AFX_NO_AFXCMN_SUPPORT
+#include <afxtempl.h> // MFC collections
+#include <afxcoll.h>
+#include <afxsock.h> // MFC socket extensions
+
+//{{AFX_INSERT_LOCATION}}
+// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
+
+#endif // !defined(AFX_STDAFX_H__F7F08FF2_E653_11D0_AE3E_080009F92591__INCLUDED_)