mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 03:18:05 +02:00
[cairo-compiler-private] Make it build with wine
One can build cairo with wine easily now: ./configure CC=winegcc LD=winegcc
This commit is contained in:
parent
b70e6e1d98
commit
12646f81ca
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ CAIRO_BEGIN_DECLS
|
|||
#define __attribute__(x)
|
||||
#endif
|
||||
|
||||
#if defined(__WIN32__) || defined(_MSC_VER)
|
||||
#if (defined(__WIN32__) && !defined(__WINE__)) || defined(_MSC_VER)
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue