X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Ftypes.h;h=6af6ab740289761009ec0b8c25766a3834b3c2c9;hp=58ee32cfd88cb608991be0f368cfdf652f0cef6d;hb=e0a27e1bd83ff2d60745dd6030e0f5ef7ef97b82;hpb=b9defa00b311aa41a07618e366ac5f764ddf4333 diff --git a/lib/types.h b/lib/types.h index 58ee32c..6af6ab7 100644 --- a/lib/types.h +++ b/lib/types.h @@ -54,7 +54,7 @@ typedef signed short S16; typedef unsigned char U8; typedef signed char S8; -#if SIZEOF_VOIDP == SIZEOF_LONG_LONG +#if SIZEOF_VOIDP == SIZEOF_SIGNED_LONG_LONG typedef unsigned long long ptroff_t; #elif SIZEOF_VOIDP == SIZEOF_SIGNED typedef unsigned ptroff_t;