Kaydet (Commit) 1b8cc406 authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Don't warn about undefined macro any more

Change-Id: I403cad8ce1953d2c8e8948a94a688519525bbbc4
üst ce959ab7
...@@ -211,7 +211,7 @@ private: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment