From d0994b8115bc70f04b772d21365703a3a106587d Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 19 Jul 2012 18:26:38 +0200 Subject: Remove BCC support --- cpp/src/Ice/ThreadPool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/Ice/ThreadPool.h') diff --git a/cpp/src/Ice/ThreadPool.h b/cpp/src/Ice/ThreadPool.h index a3deceff4c2..5d45363a494 100644 --- a/cpp/src/Ice/ThreadPool.h +++ b/cpp/src/Ice/ThreadPool.h @@ -337,7 +337,7 @@ public: // of the event handler. We need to lock the event handler here to call // finishMessage. // -#if defined(__BCPLUSPLUS__) || (defined(_MSC_VER) && (_MSC_VER < 1300)) +#if (defined(_MSC_VER) && (_MSC_VER < 1300)) IceUtil::LockT sync(_mutex); #else IceUtil::LockT sync(_mutex); -- cgit v1.2.3