comparison src/cairo-1-ssize-t-defined.patch @ 2613:d6edff1d892a

update package cairo
author Hans Petter Jansson <hpj@cl.no>
date Mon, 04 Jun 2012 17:56:56 +0200
parents
children
comparison
equal deleted inserted replaced
2612:ebe07cff1576 2613:d6edff1d892a
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>