Description: Avoid redefining uintptr_t
 Mingw32 (and Mingw-W64) defines uintptr_t, so avoid redefining it.
Author: Stephen Kitt <steve@sk2.org>
Forwarded: no
Last-Update: 2012-04-29

--- wine-gecko.orig/gfx/qcms/qcmstypes.h
+++ wine-gecko/gfx/qcms/qcmstypes.h
@@ -25,7 +25,7 @@
 #ifdef __OS2__
 /* OS/2's stdlib typdefs uintptr_t. So we'll just include that so we don't collide */
 #include <stdlib.h>
-#elif defined(__FreeBSD__)
+#elif defined(__FreeBSD__) || defined(__MINGW32__)
 /* FreeBSD typedefs uintptr_t in /usr/include/sys/types.h */
 #else
 typedef PRUptrdiff uintptr_t;
