Re: [Pixman] [PATCH] pixman.h: Only define stdint types when PIXMAN_DONT_DEFINE_STDINT is undefined

2010-03-08 Thread Alexander Larsson
On Mon, 2010-03-08 at 04:02 -0500, Søren Sandmann wrote: > From: Søren Sandmann Pedersen > > In SPICE, with Microsoft Visual C++, pixman.h is included after > another file that defines these types, which causes warnings and > errors. > > This patch allows such code to just define PIXMAN_DONT_DEF

[Pixman] [PATCH] pixman.h: Only define stdint types when PIXMAN_DONT_DEFINE_STDINT is undefined

2010-03-08 Thread Søren Sandmann
From: Søren Sandmann Pedersen In SPICE, with Microsoft Visual C++, pixman.h is included after another file that defines these types, which causes warnings and errors. This patch allows such code to just define PIXMAN_DONT_DEFINE_STDINT to use its own version of those types. Cc: al...@redhat.com