From 5346e5f9ebe3b4047b6b2a0971fe2fc9b908c204 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:02:56 +0000 Subject: Utilisateur : Fcolin Date : 18/11/05 Heure : 11:46 Archivé dans $/Bus/Ivy Commentaire: repassage a la STL et correction bug multithread (vss 15) --- Bus/Ivy/IvyStdAfx.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Bus') diff --git a/Bus/Ivy/IvyStdAfx.h b/Bus/Ivy/IvyStdAfx.h index 13d097c..1c0821b 100644 --- a/Bus/Ivy/IvyStdAfx.h +++ b/Bus/Ivy/IvyStdAfx.h @@ -45,8 +45,21 @@ struct ip_mreq { #define IN_CLASSD(i) (((long)(i) & 0xf0000000) == 0xe0000000) #endif +#ifdef IVY_USE_OWN_DATATYPES + #include "DataTypes.h" +#else + +#include +#include +#include + +namespace ivy = std; + +#endif + + #ifdef WIN32 #ifndef TRACE -- cgit v1.1