diff options
Diffstat (limited to 'IvyProbe')
-rw-r--r-- | IvyProbe/StdAfx.h | 14 |
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.
|