X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=wince%2Fwin32.h;h=de2e628969bc718fede40305e4749cc169064599;hb=484fdf61e8653b10160ba1e8011888f52ab6825a;hp=b46fb2f76a793b42b017f71064585e70bcdfacdd;hpb=cb69f87a007debfba124ee7db6ef7f6a2ac42df7;p=p5sagit%2Fp5-mst-13.2.git diff --git a/wince/win32.h b/wince/win32.h index b46fb2f..de2e628 100644 --- a/wince/win32.h +++ b/wince/win32.h @@ -227,6 +227,16 @@ typedef long gid_t; /* compatibility stuff for other compilers goes here */ +#ifndef _INTPTR_T_DEFINED +typedef int intptr_t; +# define _INTPTR_T_DEFINED +#endif + +#ifndef _UINTPTR_T_DEFINED +typedef unsigned int uintptr_t; +# define _UINTPTR_T_DEFINED +#endif + START_EXTERN_C #undef Stat