summaryrefslogtreecommitdiff
path: root/Build/source/libs/pixman/TLpatches/patch-01-hide-symbols
blob: b583be3474fb3bc1c68ec6a30d8aae2e884749ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ur pixman-0.36.0/pixman/pixman-compiler.h pixman-src/pixman/pixman-compiler.h
--- pixman-0.36.0/pixman/pixman-compiler.h	Wed Apr 11 21:07:58 2018
+++ pixman-src/pixman/pixman-compiler.h	Thu Nov 22 15:59:02 2018
@@ -91,7 +91,7 @@
 
 /* GCC visibility */
 #if defined(__GNUC__) && __GNUC__ >= 4 && !defined(_WIN32)
-#   define PIXMAN_EXPORT __attribute__ ((visibility("default")))
+#   define PIXMAN_EXPORT
 /* Sun Studio 8 visibility */
 #elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x550)
 #   define PIXMAN_EXPORT __global