commit | eefda27e97271f61b669410f7f6554466045f52a | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Jan 11 09:43:55 2009 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Jan 11 09:43:55 2009 +0000 |
tree | c27662b0bde1e40b10317f71808a67705e9513cc | |
parent | b3b7d859b3c282ee3b573899ba831852642bb18d [diff] [blame] |
Issue #4895: Use _strdup on Windows CE.
diff --git a/Misc/NEWS b/Misc/NEWS index d5f5b21..d5336ff 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -297,6 +297,8 @@ Build ----- +- Issue #4895: Use _strdup on Windows CE. + - Issue #4472: "configure --enable-shared" now works on OSX - Issues #4728 and #4060: WORDS_BIGEDIAN is now correct in Universal builds.