[issue1546] Win32 Platform SDK conflict

2007-12-03 Thread Adal Chiriliuc
Adal Chiriliuc added the comment: Sorry, I just saw that this was fixed on head :( __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1546 __ ___ Python-bugs-list mailing list

[issue1546] Win32 Platform SDK conflict

2007-12-03 Thread Adal Chiriliuc
New submission from Adal Chiriliuc: The WRITE_RESTRICTED macro defined in structmember.h (value 4) conflicts with the WRITE_RESTRICTED macro defined in winnt.h (value 8) in the newer Win32 Platform SDK (such as the one included in Visual Studio 2008). It generates a warning and could

[issue1546] Win32 Platform SDK conflict

2007-12-03 Thread Christian Heimes
Christian Heimes added the comment: Thanks for the report. I prefer several false alarms over one bug slipping throught! :) You are right with your concern. The two values *are* different. I've changed the name to PY_WRITE_RESTRICTED. The other names should also be prefixed with PY_ to avoid