diff options
author | fcolin | 2007-02-01 13:12:22 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:12:22 +0000 |
commit | 5cff648700e909256cefd4e0e0e1fb6f2c588c96 (patch) | |
tree | 607216784050f8250b18527f93bbefff1b563920 /IvyProbe | |
parent | fac927b88bfd24832c3badede5e6c2d13a29970b (diff) | |
download | ivy-cplusplus-5cff648700e909256cefd4e0e0e1fb6f2c588c96.zip ivy-cplusplus-5cff648700e909256cefd4e0e0e1fb6f2c588c96.tar.gz ivy-cplusplus-5cff648700e909256cefd4e0e0e1fb6f2c588c96.tar.bz2 ivy-cplusplus-5cff648700e909256cefd4e0e0e1fb6f2c588c96.tar.xz |
Utilisateur : Fcolin Date : 13/01/03 Heure : 15:28 Archivé dans $/Bus/IvyProbe Commentaire: (vss 6)
Diffstat (limited to 'IvyProbe')
-rw-r--r-- | IvyProbe/StdAfx.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/IvyProbe/StdAfx.h b/IvyProbe/StdAfx.h index 35c8d10..6f604f2 100644 --- a/IvyProbe/StdAfx.h +++ b/IvyProbe/StdAfx.h @@ -22,13 +22,7 @@ #include <afxcoll.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}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
|