introduced old_rfxswf.h, which stores #define's for old function and
authorkramm <kramm>
Thu, 25 Oct 2001 21:37:17 +0000 (21:37 +0000)
committerkramm <kramm>
Thu, 25 Oct 2001 21:37:17 +0000 (21:37 +0000)
variable names.

lib/old_rfxswf.h [new file with mode: 0644]
lib/rfxswf.h

diff --git a/lib/old_rfxswf.h b/lib/old_rfxswf.h
new file mode 100644 (file)
index 0000000..f893ae4
--- /dev/null
@@ -0,0 +1,22 @@
+/* old_rfxswf.h\r
+\r
+   File which defines macros and typedefs for old versions of\r
+   the rfxswf lib functions and datatypes. (For routines which\r
+   still use them)\r
+\r
+   Part of the swftools package.\r
+\r
+   Copyright (c) 2000, 2001 Rainer Böhme <rfxswf@reflex-studio.de>\r
\r
+   This file is distributed under the GPL, see file COPYING for details \r
+\r
+*/\r
+\r
+#include "rfxswf.h"\r
+\r
+/*\r
+#define DataPos dataReadPos\r
+#define DataSize dataWritePos\r
+#define bitcount bitWritePos\r
+#define bitmask bitWritePos\r
+*/\r
index d35180b..27d4a93 100644 (file)
@@ -17,6 +17,7 @@
 #include <stdlib.h>\r
 #include <string.h>\r
 #include "../config.h"\r
+#include "old_rfxswf.h"\r
 \r
 #define DEBUG_RFXSWF\r
 \r