summaryrefslogtreecommitdiff
path: root/www/firefox-esr/files/patch-gfx-qcms-qcmstypes.h
blob: 33d9e3356b77748ff124b9864893a88049246e5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- gfx/qcms/qcmstypes.h.orig	2010-11-22 12:01:36.000000000 +0100
+++ gfx/qcms/qcmstypes.h	2010-11-22 12:02:42.000000000 +0100
@@ -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(__intptr_t_defined) && !defined(_UINTPTR_T_DEFINED)
+#elif !defined(__intptr_t_defined) && !defined(_INTPTR_T_DECLARED) 
 typedef PRUptrdiff uintptr_t;
 #endif
 #endif