summaryrefslogtreecommitdiff
path: root/glib/pcre/pcre.h
diff options
context:
space:
mode:
Diffstat (limited to 'glib/pcre/pcre.h')
-rw-r--r--glib/pcre/pcre.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/glib/pcre/pcre.h b/glib/pcre/pcre.h
index 1b29a18f3..f32856446 100644
--- a/glib/pcre/pcre.h
+++ b/glib/pcre/pcre.h
@@ -60,6 +60,8 @@ circumstance. */
/* Win32 uses DLL by default; it needs special stuff for exported functions
when building PCRE. */
+/* But don't do that when building as part of GLib */
+#if 0
#ifdef _WIN32
# ifdef PCRE_DEFINITION
# ifdef DLL_EXPORT
@@ -71,6 +73,7 @@ when building PCRE. */
# endif
# endif
#endif
+#endif
/* Otherwise, we use the standard "extern". */