Bump for 4.0-11
[LibreOffice.git] / graphite / graphite2.patch
blob2b6f64b7b0b13aa3ef16e790ed4e297e6598cdaa
1 --- misc/graphite2-1.2.0/include/graphite2/Types.h 2011-02-12 16:54:16.000000000 +0100
2 +++ misc/build/graphite2-1.2.0/include/graphite2/Types.h 2011-03-15 21:38:06.264788098 +0100
3 @@ -41,7 +41,8 @@
4 };
6 // Definitions for library publicly exported symbols
7 -#if defined _WIN32 || defined __CYGWIN__
8 +#define GR2_STATIC 1
9 +#if ( defined _WIN32 || defined __CYGWIN__ ) && !defined GR2_STATIC
10 #if defined GRAPHITE2_STATIC
11 #define GR2_API
12 #elif defined GRAPHITE2_EXPORTING