diff --git a/build/wince/shunt/include/mozce_defs.h b/build/wince/shunt/include/mozce_defs.h index 294e7b5e8eb..f774550ea4b 100755 --- a/build/wince/shunt/include/mozce_defs.h +++ b/build/wince/shunt/include/mozce_defs.h @@ -167,6 +167,9 @@ typedef int ptrdiff_t; typedef long _off_t; typedef long off_t; +// Not defined anywhere +typedef INT_PTR intptr_t; + // From sys/stat.h #if !defined(_STAT_DEFINED) #define _STAT_DEFINED