specstrings.h / sal.h

XPSP2 PSDK specstrings.h appears to conflict with VC sal.h

Numerous warnings of type;

c:\program files\microsoft platform sdk for windows xp sp2\include\specstrings.h(334) : warning C4005: '__reserved' : macro redefinition

c:\program files\microsoft visual studio 8\vc\include\sal.h(672) : see previous definition of '__reserved'

c:\program files\microsoft platform sdk for windows xp sp2\include\specstrings.h(341) : warning C4005: '__checkReturn' : macro redefinition

c:\program files\microsoft visual studio 8\vc\include\sal.h(673) : see previous definition of '__checkReturn'

c:\program files\microsoft platform sdk for windows xp sp2\include\specstrings.h(344) : warning C4005: '__typefix' : macro redefinition

c:\program files\microsoft visual studio 8\vc\include\sal.h(674) : see previous definition of '__typefix'
So.... what am I doing wrong? Or is there an incompatibility between VC and XPSP2 PDSK?

[996 byte] By [xanadu1963] at [2008-2-23]
# 1

Hi xanadu1963!

cite="mid65d4bf68-d6cd-4b09-b74b-7813810d9078@discussions.microsoft.com"

type="cite">these problems disappear with the latest PSDK for w2003

So please mark this thread as answered...

-- 

Greetings

Jochen
My blog about Win32 and .NET

http://blog.kalmbachnet.de/

MVPUser at 2007-8-21 > top of Msdn Tech,Visual C++,Visual C++ General...
# 2
these problems disappear with the latest PSDK for w2003
xanadu1963 at 2007-8-21 > top of Msdn Tech,Visual C++,Visual C++ General...