X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=lib%2Frfxswf.h;h=afee79cea465575f8f8b55b40359532e5e935850;hb=489e69c3a311130c89fbf2637bf1c15e7ccee51d;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;