summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/Config.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-10-18 01:22:39 +0000
committerMarc Laukien <marc@zeroc.com>2001-10-18 01:22:39 +0000
commitcc4cb141adcffc29f7c70a68869919c5549bf24d (patch)
tree38e9e5ade1f9e9ce9c22d1aa0c9a9644d53b684a /cpp/include/Ice/Config.h
parentexception fixes (diff)
downloadice-cc4cb141adcffc29f7c70a68869919c5549bf24d.tar.bz2
ice-cc4cb141adcffc29f7c70a68869919c5549bf24d.tar.xz
ice-cc4cb141adcffc29f7c70a68869919c5549bf24d.zip
win fixes
Diffstat (limited to 'cpp/include/Ice/Config.h')
-rw-r--r--cpp/include/Ice/Config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/include/Ice/Config.h b/cpp/include/Ice/Config.h
index 78625fc2b5a..9b643668aca 100644
--- a/cpp/include/Ice/Config.h
+++ b/cpp/include/Ice/Config.h
@@ -35,10 +35,6 @@ namespace IceInternal { }
#if defined(WIN32)
-# if !defined(_DLL) || !defined(_MT)
-# error "Only multi-threaded DLL libraries can be used with Ice!"
-# endif
-
# ifdef ICE_API_EXPORTS
# define ICE_API __declspec(dllexport)
# else
@@ -71,7 +67,6 @@ inline int getDNSErrno() { return WSAGetLastError(); }
# include <unistd.h>
# define ICE_API /**/
-# define HAVE_READLINE
namespace Ice
{