diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-02-22 15:40:53 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-02-22 15:40:53 +0000 |
commit | 93cbf3b3399473c7acdb54cd26d48dcd9da94b0e (patch) | |
tree | 992ffe0c2dc1a99c3a79b65c7c53254f12448cef /cppe | |
parent | Fixed pure client builds (diff) | |
download | ice-93cbf3b3399473c7acdb54cd26d48dcd9da94b0e.tar.bz2 ice-93cbf3b3399473c7acdb54cd26d48dcd9da94b0e.tar.xz ice-93cbf3b3399473c7acdb54cd26d48dcd9da94b0e.zip |
Removed _STLP_NO_OWN_IOSTREAMS and _STLP_NO_NEW_IOSTREAMS, these macros
aren't supported anymore with STLport 5.0.1
Diffstat (limited to 'cppe')
-rw-r--r-- | cppe/include/IceE/Config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cppe/include/IceE/Config.h b/cppe/include/IceE/Config.h index f31c7aaef2b..aa3a19b89b7 100644 --- a/cppe/include/IceE/Config.h +++ b/cppe/include/IceE/Config.h @@ -152,8 +152,6 @@ // the Intel compiler. // #ifdef _WIN32_WCE -# define _STLP_NO_OWN_IOSTREAMS -# define _STLP_NO_NEW_IOSTREAMS # define _STLP_NO_IOSTREAMS #else # if !defined(NDEBUG) && !defined(_STLP_DEBUG) && !defined(__INTEL_COMPILER) |