diff options
Diffstat (limited to 'Ivy')
-rw-r--r-- | Ivy/IvyStdAfx.h | 19 |
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
|