pixman.h: Only define stdint types when PIXMAN_DONT_DEFINE_STDINT is undefined
authorSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 1 Mar 2010 15:32:39 +0000 (10:32 -0500)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Sun, 14 Mar 2010 16:24:50 +0000 (12:24 -0400)
commit2b5f7be6c05ce3643b7d29e7237f91bfaedd80e5
treeb7ce5c4da29f93060bc955de9c5b6d5091d3582e
parentf4da05c9f988133079cac2b8d54589386f46398f
pixman.h: Only define stdint types when PIXMAN_DONT_DEFINE_STDINT is undefined

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.
pixman/pixman.h