[issue1546] Win32 Platform SDK conflict

Adal Chiriliuc report at bugs.python.org
Mon Dec 3 11:24:56 CET 2007


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 potentially be dangerous as the two
values are different.

----------
components: Interpreter Core
messages: 58113
nosy: adal
severity: normal
status: open
title: Win32 Platform SDK conflict
type: compile error
versions: Python 2.6

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1546>
__________________________________


More information about the Python-bugs-list mailing list