2007-03-15 15:17:17 +00:00
|
|
|
--- pcre/pcre.h 2006-07-05 13:28:01.000000000 +0200
|
|
|
|
+++ pcre/pcre.h 2006-07-05 13:28:01.000000000 +0200
|
2007-08-01 09:57:17 +00:00
|
|
|
@@ -51,13 +51,16 @@
|
|
|
|
export setting is defined in pcre_internal.h, which includes this file. So we
|
|
|
|
don't change an existing definition of PCRE_EXP_DECL. */
|
2007-03-15 15:17:17 +00:00
|
|
|
|
|
|
|
+/* But don't do that when building as part of GLib */
|
|
|
|
+#if 0
|
2007-08-01 09:57:17 +00:00
|
|
|
#ifndef PCRE_EXP_DECL
|
|
|
|
# ifdef _WIN32
|
|
|
|
# ifndef PCRE_STATIC
|
|
|
|
# define PCRE_EXP_DECL extern __declspec(dllimport)
|
2007-03-15 15:17:17 +00:00
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
#endif
|
|
|
|
+#endif
|
|
|
|
|
2007-08-01 09:57:17 +00:00
|
|
|
/* By default, we use the standard "extern" declarations. */
|
2007-03-15 15:17:17 +00:00
|
|
|
|