summaryrefslogtreecommitdiffstats
path: root/src/cairo-1-DllMain.patch
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@cl.no>2012-06-04 15:56:56 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-06-15 13:54:54 (GMT)
commit4669cde481de658a1821a7bb6a83bfc3011b8eee (patch)
tree52a7641ca5af64a50a3f93a184b9bf18cf975280 /src/cairo-1-DllMain.patch
parentf8714c755324a040787567f5e8476e28a364f368 (diff)
downloadmxe-4669cde481de658a1821a7bb6a83bfc3011b8eee.zip
mxe-4669cde481de658a1821a7bb6a83bfc3011b8eee.tar.gz
mxe-4669cde481de658a1821a7bb6a83bfc3011b8eee.tar.bz2
update package cairo
Diffstat (limited to 'src/cairo-1-DllMain.patch')
-rw-r--r--src/cairo-1-DllMain.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/cairo-1-DllMain.patch b/src/cairo-1-DllMain.patch
deleted file mode 100644
index cb87fde..0000000
--- a/src/cairo-1-DllMain.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -uNr cairo-1.10.2-orig/src/cairo-system.c cairo-1.10.2/src/cairo-system.c
---- cairo-1.10.2-orig/src/cairo-system.c 2010-06-18 13:47:14.000000000 +0200
-+++ cairo-1.10.2/src/cairo-system.c 2012-04-14 22:01:27.848928137 +0200
-@@ -70,12 +70,12 @@
-
- /* declare to avoid "no previous prototype for 'DllMain'" warning */
- BOOL WINAPI
--DllMain (HINSTANCE hinstDLL,
-+cairo_DllMain (HINSTANCE hinstDLL,
- DWORD fdwReason,
- LPVOID lpvReserved);
-
- BOOL WINAPI
--DllMain (HINSTANCE hinstDLL,
-+cairo_DllMain (HINSTANCE hinstDLL,
- DWORD fdwReason,
- LPVOID lpvReserved)
- {