diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-08-30 18:25:47 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-08-30 18:25:47 (GMT) |
commit | 75c23bddbec1fbb2ae1d615f4a38db74095f387f (patch) | |
tree | 0dba7fc97807933039c250a1f8bf2b97f4760c74 /Misc | |
parent | 5409c8d84d68ff40b449632ca5e15c0bd3162604 (diff) | |
download | cpython-75c23bddbec1fbb2ae1d615f4a38db74095f387f.zip cpython-75c23bddbec1fbb2ae1d615f4a38db74095f387f.tar.gz cpython-75c23bddbec1fbb2ae1d615f4a38db74095f387f.tar.bz2 |
Bug #1746880: Correctly install DLLs into system32 folder on Win64.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -949,6 +949,8 @@ Tools/Demos Build ----- +- Bug #1746880: Correctly install DLLs into system32 folder on Win64. + - Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+. - Stop supporting AtheOS and cause a build error in configure for the platform. |