diff options
author | fcolin | 2007-02-01 12:57:17 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:57:17 +0000 |
commit | c85dc190c998e1aadd440557900def07bcf96c5c (patch) | |
tree | 78027cf9f1307214f7c1c124c547c60f326cf074 /Bus/Ivy/Ivy.h | |
parent | 3b7c3fe19a7f9c928da6f3f6202984c8b5fbcc6e (diff) | |
download | ivy-cplusplus-c85dc190c998e1aadd440557900def07bcf96c5c.zip ivy-cplusplus-c85dc190c998e1aadd440557900def07bcf96c5c.tar.gz ivy-cplusplus-c85dc190c998e1aadd440557900def07bcf96c5c.tar.bz2 ivy-cplusplus-c85dc190c998e1aadd440557900def07bcf96c5c.tar.xz |
Utilisateur : Fcolin Date : 1/06/05 Heure : 16:45 Archivé dans $/Bus/Ivy Commentaire: (vss 10)
Diffstat (limited to 'Bus/Ivy/Ivy.h')
-rw-r--r-- | Bus/Ivy/Ivy.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Bus/Ivy/Ivy.h b/Bus/Ivy/Ivy.h index c861fae..185f93d 100644 --- a/Bus/Ivy/Ivy.h +++ b/Bus/Ivy/Ivy.h @@ -24,20 +24,7 @@ class _declspec(dllimport) CBufferedSocket; #include <windows.h>
-#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
#pragma warning(disable: 4275)
#pragma warning(disable: 4251)
|