On Thu, May 24, 2012 at 3:28 PM, Gregg Smith wrote:
> Hello,
>
> wsockcompat.h line 44 should be #ifdef _MSC_VER not #ifNdef _MSC_VER, msvc
> needs those defines.

Note _MSC_VER is only defined when building with MSVC.  If other
Windows compilers should use the definitions filtered by it then
_WIN32 is a better choice since all windows compilers, including 64
bit ones will define it.

-- 
Earnie
-- https://sites.google.com/site/earnieboyd
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
xml@gnome.org
https://mail.gnome.org/mailman/listinfo/xml

Reply via email to