Don't warn about undefined macro any more

Change-Id: I403cad8ce1953d2c8e8948a94a688519525bbbc4
This commit is contained in:
Fridrich Štrba 2013-06-10 12:53:06 +02:00
parent ce959ab7ce
commit 1b8cc40601

View File

@ -211,7 +211,7 @@ private:
oslInterlockedCount m_nRefCount; oslInterlockedCount m_nRefCount;
friend class DAVSessionFactory; friend class DAVSessionFactory;
#if defined WNT && _MSC_VER < 1310 #if defined ( _MSC_VER ) && _MSC_VER < 1310
friend struct std::auto_ptr< DAVSession >; friend struct std::auto_ptr< DAVSession >;
// work around compiler bug... // work around compiler bug...
#else // WNT #else // WNT