summaryrefslogtreecommitdiff
path: root/gnulib-local
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-04-19 22:28:35 +0200
committerBruno Haible <bruno@clisp.org>2009-04-19 22:28:35 +0200
commitac7526fb13c91cef4fe569ddf7e6ee189fa74180 (patch)
treeffdb6d2a181bc079f97286f598507de20419f5cb /gnulib-local
parent9c3f20cc1cae69edbb237cb07dbc9e3a8cf93528 (diff)
downloadlibunistring-ac7526fb13c91cef4fe569ddf7e6ee189fa74180.tar.gz
Support for building as shared library on Cygwin and mingw.
Diffstat (limited to 'gnulib-local')
-rw-r--r--gnulib-local/Makefile.am1
-rw-r--r--gnulib-local/lib/unictype.h.diff13
-rw-r--r--gnulib-local/lib/uninorm.h.diff14
3 files changed, 24 insertions, 4 deletions
diff --git a/gnulib-local/Makefile.am b/gnulib-local/Makefile.am
index 025c108..42fe703 100644
--- a/gnulib-local/Makefile.am
+++ b/gnulib-local/Makefile.am
@@ -23,6 +23,7 @@ lib/unicase.h.diff \
lib/uniconv.h.diff \
lib/unictype.h.diff \
lib/unilbrk.h.diff \
+lib/uninorm.h.diff \
lib/unistr.h.diff \
lib/unitypes.h.diff \
lib/uniwidth.h.diff
diff --git a/gnulib-local/lib/unictype.h.diff b/gnulib-local/lib/unictype.h.diff
index cee4482..14347bc 100644
--- a/gnulib-local/lib/unictype.h.diff
+++ b/gnulib-local/lib/unictype.h.diff
@@ -1,7 +1,8 @@
-*** unictype.h.orig 2009-04-05 19:30:27.000000000 +0200
---- unictype.h 2009-04-10 16:21:33.000000000 +0200
+*** unictype.h.orig 2009-04-05 12:15:57.000000000 +0200
+--- unictype.h 2009-04-12 04:31:36.000000000 +0200
***************
-*** 20,26 ****
+*** 19,26 ****
+
#include "unitypes.h"
/* Get bool. */
@@ -9,9 +10,13 @@
/* Get size_t. */
#include <stddef.h>
---- 20,26 ----
+--- 19,29 ----
+
#include "unitypes.h"
++ /* Get LIBUNISTRING_DLL_VARIABLE. */
++ #include <unistring/woe32dll.h>
++
/* Get bool. */
! #include <unistring/stdbool.h>
diff --git a/gnulib-local/lib/uninorm.h.diff b/gnulib-local/lib/uninorm.h.diff
new file mode 100644
index 0000000..89d8995
--- /dev/null
+++ b/gnulib-local/lib/uninorm.h.diff
@@ -0,0 +1,14 @@
+*** uninorm.h.orig 2009-04-05 12:38:24.000000000 +0200
+--- uninorm.h 2009-04-12 04:31:52.000000000 +0200
+***************
+*** 18,23 ****
+--- 18,26 ----
+ #ifndef _UNINORM_H
+ #define _UNINORM_H
+
++ /* Get LIBUNISTRING_DLL_VARIABLE. */
++ #include <unistring/woe32dll.h>
++
+ /* Get size_t. */
+ #include <stddef.h>
+