From e47da423a8f6187cf616e5db6884c97d886021a9 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:02:54 +0000 Subject: Utilisateur : Fcolin Date : 1/06/05 Heure : 16:45 Archivé dans $/Bus/Ivy Commentaire: (vss 14) --- Ivy/IvyStdAfx.h | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'Ivy/IvyStdAfx.h') 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 -#include -#include - -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 -- cgit v1.1