comparison src/mingw-cairo-1-ssize-t-defined.patch @ 3167:6aaa1723e277

[MSVC] enable Cairo compilation (and bump version to 1.12.14)
author Michael Goffioul <michael.goffioul@gmail.com>
date Mon, 22 Jul 2013 15:40:11 -0400
parents src/cairo-1-ssize-t-defined.patch@d6edff1d892a
children
comparison
equal deleted inserted replaced
3166:b52db21b9dcd 3167:6aaa1723e277
1 This file is part of MXE.
2 See index.html for further information.
3
4 Insist that ssize_t is defined.
5
6 diff --git a/util/cairo-missing/cairo-missing.h b/util/cairo-missing/cairo-missing.h
7 index 7e4f0a3..c20b869 100644
8 --- a/util/cairo-missing/cairo-missing.h
9 +++ b/util/cairo-missing/cairo-missing.h
10 @@ -37,6 +37,8 @@
11 #include <string.h>
12 #include <sys/types.h>
13
14 +#define _SSIZE_T_DEFINED 1
15 +
16 #ifdef _WIN32
17 #define WIN32_LEAN_AND_MEAN
18 #include <windows.h>