Don't warn about undefined macro any more
Change-Id: I403cad8ce1953d2c8e8948a94a688519525bbbc4
This commit is contained in:
parent
ce959ab7ce
commit
1b8cc40601
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user