summaryrefslogtreecommitdiff
path: root/Horloge/StdAfx.h
diff options
context:
space:
mode:
authorfcolin2007-02-01 12:52:47 +0000
committerfcolin2007-02-01 12:52:47 +0000
commit589f712ff9ccd0631033fb54de1a4cadb49c2f30 (patch)
treecdb076886f60044449ec2ba5835dae7e76bd05d0 /Horloge/StdAfx.h
parent1bf10bc1bdc586e2dead5b974ec3238235587276 (diff)
downloadivy-cplusplus-589f712ff9ccd0631033fb54de1a4cadb49c2f30.zip
ivy-cplusplus-589f712ff9ccd0631033fb54de1a4cadb49c2f30.tar.gz
ivy-cplusplus-589f712ff9ccd0631033fb54de1a4cadb49c2f30.tar.bz2
ivy-cplusplus-589f712ff9ccd0631033fb54de1a4cadb49c2f30.tar.xz
Utilisateur : Fcolin Date : 25/10/01 Heure : 11:44 Créé (vss 1)
Diffstat (limited to 'Horloge/StdAfx.h')
-rw-r--r--Horloge/StdAfx.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/Horloge/StdAfx.h b/Horloge/StdAfx.h
new file mode 100644
index 0000000..bfc4c77
--- /dev/null
+++ b/Horloge/StdAfx.h
@@ -0,0 +1,27 @@
+// 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__71A27006_2E49_42EE_BE8E_4A7CB7E53C16__INCLUDED_)
+#define AFX_STDAFX_H__71A27006_2E49_42EE_BE8E_4A7CB7E53C16__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 <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
+#include <winsock.h>
+#ifndef _AFX_NO_AFXCMN_SUPPORT
+#include <afxcmn.h> // MFC support for Windows Common Controls
+#endif // _AFX_NO_AFXCMN_SUPPORT
+
+
+//{{AFX_INSERT_LOCATION}}
+// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
+
+#endif // !defined(AFX_STDAFX_H__71A27006_2E49_42EE_BE8E_4A7CB7E53C16__INCLUDED_)