X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=afee79cea465575f8f8b55b40359532e5e935850;hb=e7ff92be04fbf177d03f290d689dfd93289607b9;hp=d619aeb1db7d94838809b5f55645c1a340ac30c8;hpb=25575497dfee1c00b9bce6c142fd5a0e754ab152;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;