From: kramm Date: Mon, 6 Oct 2008 12:57:47 +0000 (+0000) Subject: fixed bug in pointer size detection X-Git-Tag: buttons-working~15 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=dcd53c7fa7ec5ecc278ee7afffc96318b98a8d51 fixed bug in pointer size detection --- 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;