summaryrefslogtreecommitdiff
path: root/Bus/Ivy/IvyStdAfx.h
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:02:54 +0000
committerfcolin2007-02-01 13:02:54 +0000
commitb06bf348dcbf0db65f8234b90633d330eecd7a5f (patch)
treed03dd41370e3f66c53b382828e0b1d18e82a63c0 /Bus/Ivy/IvyStdAfx.h
parent02ffbbb57940ec55e523cf061c4db455b209ee72 (diff)
downloadivy-cplusplus-b06bf348dcbf0db65f8234b90633d330eecd7a5f.zip
ivy-cplusplus-b06bf348dcbf0db65f8234b90633d330eecd7a5f.tar.gz
ivy-cplusplus-b06bf348dcbf0db65f8234b90633d330eecd7a5f.tar.bz2
ivy-cplusplus-b06bf348dcbf0db65f8234b90633d330eecd7a5f.tar.xz
Utilisateur : Fcolin Date : 1/06/05 Heure : 16:45 Archivé dans $/Bus/Ivy Commentaire: (vss 14)
Diffstat (limited to 'Bus/Ivy/IvyStdAfx.h')
-rw-r--r--Bus/Ivy/IvyStdAfx.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/Bus/Ivy/IvyStdAfx.h b/Bus/Ivy/IvyStdAfx.h
index 8dd1de2..13d097c 100644
--- a/Bus/Ivy/IvyStdAfx.h
+++ b/Bus/Ivy/IvyStdAfx.h
@@ -45,22 +45,7 @@ struct ip_mreq {
#define IN_CLASSD(i) (((long)(i) & 0xf0000000) == 0xe0000000)
#endif
-#ifndef UNDER_CE
-#define STL
-#endif
-#ifdef STL
-#include <string>
-#include <vector>
-#include <list>
-
-using std::string;
-using std::vector;
-using std::list;
-#else
#include "DataTypes.h"
-#endif
-
-
#ifdef WIN32
@@ -90,7 +75,3 @@ void DebugTrace ( const char *fmt , ... );
#define ASSERT(expr) assert( expr )
#endif
-#if defined( WIN32 ) && defined( _DEBUG ) && (!defined(UNDER_CE)) && (!defined(_AFX))
-
-
-#endif