Bump version
[platform/upstream/glib.git] / glib / update-pcre / notdll.patch
1 --- pcre/pcre.h 2006-07-05 13:28:01.000000000 +0200
2 +++ pcre/pcre.h 2006-07-05 13:28:01.000000000 +0200
3 @@ -51,13 +51,16 @@
4  export setting is defined in pcre_internal.h, which includes this file. So we
5  don't change an existing definition of PCRE_EXP_DECL. */
6  
7 +/* But don't do that when building as part of GLib */
8 +#if 0
9  #ifndef PCRE_EXP_DECL
10  #  ifdef _WIN32
11  #    ifndef PCRE_STATIC
12  #      define PCRE_EXP_DECL extern __declspec(dllimport)
13  #    endif
14  #  endif
15  #endif
16 +#endif
17  
18  /* By default, we use the standard "extern" declarations. */
19