diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-02-02 14:23:16 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-02-02 14:23:16 (GMT) |
commit | fee1c7f4c9f61ad870ebbf481ae8449ac680a1a7 (patch) | |
tree | 4d0483dd9bbf73b53f0d04165e57ebfc91ab1ad4 /Misc | |
parent | e1e0a02648493ba82f71b33aa7c5a93ebf3b78a9 (diff) | |
download | cpython-fee1c7f4c9f61ad870ebbf481ae8449ac680a1a7.zip cpython-fee1c7f4c9f61ad870ebbf481ae8449ac680a1a7.tar.gz cpython-fee1c7f4c9f61ad870ebbf481ae8449ac680a1a7.tar.bz2 |
Issue #4494: Fix build with Py_NO_ENABLE_SHARED on Windows.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -397,6 +397,8 @@ Tools/Demos Build ----- +- Issue #4494: Fix build with Py_NO_ENABLE_SHARED on Windows. + - Issue #4895: Use _strdup on Windows CE. - Issue #4472: "configure --enable-shared" now works on OSX |