summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-06-10 12:53:06 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-06-10 14:03:35 +0200
commit1b8cc40601e54d445db5f7c5d2580f76c811b4d5 (patch)
treefc8fac9ec4f145133b4293510e744cb19a029d23 /ucb
parentce959ab7ce4c9577ac23953919781d842e6c32e5 (diff)
Don't warn about undefined macro any more
Change-Id: I403cad8ce1953d2c8e8948a94a688519525bbbc4
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav-neon/DAVSession.hxx2
1 files changed, 1 insertions, 1 deletions
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