From a60f1f651d60e48cc4f4a8e477c5b7813d24418d Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Tue, 8 Jun 2004 02:22:42 +0000 Subject: AIX port --- cpp/src/Freeze/ObjectStore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/Freeze/ObjectStore.h') diff --git a/cpp/src/Freeze/ObjectStore.h b/cpp/src/Freeze/ObjectStore.h index 753249a648e..351a84ebba8 100644 --- a/cpp/src/Freeze/ObjectStore.h +++ b/cpp/src/Freeze/ObjectStore.h @@ -79,7 +79,7 @@ private: struct EvictorElement : public Ice::LocalObject { -#if defined(_MSC_VER) && (_MSC_VER <= 1200) +#if defined(_MSC_VER) && (_MSC_VER <= 1200) || defined(__IBMCPP__) enum { -- cgit v1.2.3