summaryrefslogtreecommitdiff
path: root/IvyProbe/StdAfx.h
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:12:24 +0000
committerfcolin2007-02-01 13:12:24 +0000
commit67833fd79a7908d81d92e95c5de19884d5f3ab8c (patch)
tree8a69fa7bb62d3dbb1291c031fcb8e3229f5c3e44 /IvyProbe/StdAfx.h
parent5cff648700e909256cefd4e0e0e1fb6f2c588c96 (diff)
downloadivy-cplusplus-67833fd79a7908d81d92e95c5de19884d5f3ab8c.zip
ivy-cplusplus-67833fd79a7908d81d92e95c5de19884d5f3ab8c.tar.gz
ivy-cplusplus-67833fd79a7908d81d92e95c5de19884d5f3ab8c.tar.bz2
ivy-cplusplus-67833fd79a7908d81d92e95c5de19884d5f3ab8c.tar.xz
Utilisateur : Fcolin Date : 9/04/04 Heure : 16:31 Archivé dans $/Bus/IvyProbe Commentaire: (vss 7)
Diffstat (limited to 'IvyProbe/StdAfx.h')
-rw-r--r--IvyProbe/StdAfx.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/IvyProbe/StdAfx.h b/IvyProbe/StdAfx.h
index 6f604f2..bb04b8d 100644
--- a/IvyProbe/StdAfx.h
+++ b/IvyProbe/StdAfx.h
@@ -14,15 +14,23 @@
#include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions
-#include <afxdisp.h> // MFC OLE automation classes
+#include <commctrl.h>
+//#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 <winsock.h>
+//#include <winsock.h>
#include <afxsock.h> // MFC socket extensions
-
+#ifdef USE_ETS
+#include "ETSLayout.h"
+using namespace ETSLayout;
+#define MyDialog ETSLayoutDialog
+#else
+#define MyDialog CDialog
+#endif
+#include "HistoryEdit.h"
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.