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: 2010-08-05

--- wine-gecko-1.0.0.orig/gfx/qcms/qcmstypes.h
+++ wine-gecko-1.0.0/gfx/qcms/qcmstypes.h
@@ -23,7 +23,7 @@ typedef PRUint64 uint64_t;
 #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;
