added #defines for TRUE/FALSE (rfxswf.h), and tell jpeglib that we
[swftools.git] / lib / rfxswf.h
index d619aeb..afee79c 100644 (file)
 
 #define DEBUG_RFXSWF
 
+#ifndef TRUE
+#define TRUE (1)
+#endif
+#ifndef FALSE
+#define FALSE (1)
+#endif
+
 // SWF Types
 
 typedef         unsigned long   U32;