X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=afee79cea465575f8f8b55b40359532e5e935850;hb=805f5355196fae7072f303c8d88cee1c851834ab;hp=d619aeb1db7d94838809b5f55645c1a340ac30c8;hpb=b3bf5bf6cdf7d80df45de711b079ce3544acd39f;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index d619aeb..afee79c 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 (1) +#endif + // SWF Types typedef unsigned long U32;