summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-11-21 22:40:27 +0100
committerBruno Haible <bruno@clisp.org>2020-11-21 22:41:29 +0100
commit31600a8bd3ad1e27715e214227b6b64196aff631 (patch)
tree117194c521f400dbaf05ff36fe2451a4ba5fba81 /ChangeLog
parentfc6f96660801e1da624753bd17379a68f82aa409 (diff)
downloadlibunistring-31600a8bd3ad1e27715e214227b6b64196aff631.tar.gz
build: Fix export of symbols in 64-bit mode on Windows.
Reported by kenjiuno <h8mastre@gmail.com> in <https://savannah.gnu.org/bugs/?59491>. * woe32dll/export.h (IMP): Correct definition in 64-bit mode.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14f81d2..b97929b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2020-11-21 Bruno Haible <bruno@clisp.org>
+
+ build: Fix export of symbols in 64-bit mode on Windows.
+ Reported by kenjiuno <h8mastre@gmail.com> in
+ <https://savannah.gnu.org/bugs/?59491>.
+ * woe32dll/export.h (IMP): Correct definition in 64-bit mode.
+
2020-09-06 Bruno Haible <bruno@clisp.org>
build: Add support for clang on Windows.