diff options
author | fcolin | 2007-02-01 13:12:20 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:12:20 +0000 |
commit | fac927b88bfd24832c3badede5e6c2d13a29970b (patch) | |
tree | be138f9988b732dd1cb35e3208ebd42039f4020b /IvyProbe | |
parent | a810c638304f4f851e1d8faebf86467fc966b16f (diff) | |
download | ivy-cplusplus-fac927b88bfd24832c3badede5e6c2d13a29970b.zip ivy-cplusplus-fac927b88bfd24832c3badede5e6c2d13a29970b.tar.gz ivy-cplusplus-fac927b88bfd24832c3badede5e6c2d13a29970b.tar.bz2 ivy-cplusplus-fac927b88bfd24832c3badede5e6c2d13a29970b.tar.xz |
Utilisateur : Fcolin Date : 2/02/01 Heure : 18:30 Archivé dans $/Bus/Test Commentaire: win CE compile not finished (vss 5)
Diffstat (limited to 'IvyProbe')
-rw-r--r-- | IvyProbe/StdAfx.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/IvyProbe/StdAfx.h b/IvyProbe/StdAfx.h index 799e157..35c8d10 100644 --- a/IvyProbe/StdAfx.h +++ b/IvyProbe/StdAfx.h @@ -20,9 +20,14 @@ #endif // _AFX_NO_AFXCMN_SUPPORT
#include <afxtempl.h> // MFC collections
#include <afxcoll.h>
-#include <winsock2.h>
+#include <winsock.h>
#include <afxsock.h> // MFC socket extensions
+#ifndef UNDER_CE
#include "ETSLayout.h"
+#define MyDialog ETSLayoutDialog
+#else
+#define MyDialog CDialog
+#endif
#include "HistoryEdit.h"
//{{AFX_INSERT_LOCATION}}
|