[New-bugs-announce] [issue1706] Force WINVER 0x0500 (Windows 2000)

Christian Heimes report at bugs.python.org
Fri Dec 28 14:22:02 CET 2007


New submission from Christian Heimes:

Do you think it's a good idea to force Win2k compatibility by defining
WINVER 0x0500 in PC/pyconfig.h? It fixed the problem with Tcl/Tk, #1601.

http://msdn2.microsoft.com/en-us/library/aa383745.aspx

#define WINVER 0x0500
#define _WIN32_WINNT 0x0500

----------
assignee: loewis
components: Windows
messages: 59022
nosy: loewis, tiran
severity: normal
status: open
title: Force WINVER 0x0500 (Windows 2000)
versions: Python 2.6, Python 3.0

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


More information about the New-bugs-announce mailing list