]> git.pld-linux.org Git - packages/crossmingw32-cairo.git/blame - cairo-mingw32.patch
- added filterout_c
[packages/crossmingw32-cairo.git] / cairo-mingw32.patch
CommitLineData
ead09fb0
JB
1--- cairo-1.12.0/util/cairo-missing/cairo-missing.h.orig 2012-02-02 01:48:15.000000000 +0100
2+++ cairo-1.12.0/util/cairo-missing/cairo-missing.h 2012-03-25 12:56:29.970335651 +0200
3@@ -37,7 +37,7 @@
4 #include <string.h>
5 #include <sys/types.h>
6
7-#ifdef _WIN32
8+#if defined(_WIN32) && !defined(__MINGW32__)
9 #define WIN32_LEAN_AND_MEAN
10 #include <windows.h>
11
This page took 0.040702 seconds and 4 git commands to generate.