summaryrefslogtreecommitdiff
path: root/Ivy
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:02:54 +0000
committerfcolin2007-02-01 13:02:54 +0000
commite47da423a8f6187cf616e5db6884c97d886021a9 (patch)
treec3f679d597c92e6ece20e7c4688e392aabdb0a16 /Ivy
parent9fb98a3d1a6a0798ac11f0695075b93e82102377 (diff)
downloadivy-cplusplus-e47da423a8f6187cf616e5db6884c97d886021a9.zip
ivy-cplusplus-e47da423a8f6187cf616e5db6884c97d886021a9.tar.gz
ivy-cplusplus-e47da423a8f6187cf616e5db6884c97d886021a9.tar.bz2
ivy-cplusplus-e47da423a8f6187cf616e5db6884c97d886021a9.tar.xz
Utilisateur : Fcolin Date : 1/06/05 Heure : 16:45 Archivé dans $/Bus/Ivy Commentaire: (vss 14)
Diffstat (limited to 'Ivy')
-rw-r--r--Ivy/IvyStdAfx.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/Ivy/IvyStdAfx.h b/Ivy/IvyStdAfx.h
index 8dd1de2..13d097c 100644
--- a/Ivy/IvyStdAfx.h
+++ b/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