X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=016f8e3a95448af56f6bc4b6a2d865bc4dc56647;hb=d9896f66fc840720e59e7e90c94baadbc47bde94;hp=d619aeb1db7d94838809b5f55645c1a340ac30c8;hpb=b3bf5bf6cdf7d80df45de711b079ce3544acd39f;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index d619aeb..016f8e3 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -22,6 +22,13 @@ #define DEBUG_RFXSWF +#ifndef TRUE +#define TRUE (1) +#endif +#ifndef FALSE +#define FALSE (0) +#endif + // SWF Types typedef unsigned long U32;