From 1b8cc40601e54d445db5f7c5d2580f76c811b4d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fridrich=20=C5=A0trba?= Date: Mon, 10 Jun 2013 12:53:06 +0200 Subject: [PATCH] Don't warn about undefined macro any more Change-Id: I403cad8ce1953d2c8e8948a94a688519525bbbc4 --- ucb/source/ucp/webdav-neon/DAVSession.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucb/source/ucp/webdav-neon/DAVSession.hxx b/ucb/source/ucp/webdav-neon/DAVSession.hxx index 72e0197db7dd..4b384e869431 100644 --- a/ucb/source/ucp/webdav-neon/DAVSession.hxx +++ b/ucb/source/ucp/webdav-neon/DAVSession.hxx @@ -211,7 +211,7 @@ private: oslInterlockedCount m_nRefCount; friend class DAVSessionFactory; -#if defined WNT && _MSC_VER < 1310 +#if defined ( _MSC_VER ) && _MSC_VER < 1310 friend struct std::auto_ptr< DAVSession >; // work around compiler bug... #else // WNT