summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--woe32dll/unistring-exports.c3
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cdc088f..9cd46f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-06-30 Bruno Haible <bruno@clisp.org>
+ * woe32dll/unistring-exports.c: Add unicase_empty_prefix_context,
+ unicase_empty_suffix_context.
+
+2009-06-30 Bruno Haible <bruno@clisp.org>
+
* version.sh: Bump date.
* lib/Makefile.am (LTV_*): Update to 1:0:1.
* README: Update version.
diff --git a/woe32dll/unistring-exports.c b/woe32dll/unistring-exports.c
index 52f30d1..a32ae61 100644
--- a/woe32dll/unistring-exports.c
+++ b/woe32dll/unistring-exports.c
@@ -139,5 +139,8 @@ VARIABLE(uninorm_nfc)
VARIABLE(uninorm_nfd)
VARIABLE(uninorm_nfkc)
VARIABLE(uninorm_nfkd)
+/* Variables declared in unicase.h */
+VARIABLE(unicase_empty_prefix_context)
+VARIABLE(unicase_empty_suffix_context)
/* Variables declared in unistring/version.h */
VARIABLE(_libunistring_version)