From f3432bf3ec44fe4a64711a0c7fea5f8d0bcd5590 Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 25 Oct 2001 21:37:17 +0000 Subject: [PATCH] introduced old_rfxswf.h, which stores #define's for old function and variable names. --- lib/old_rfxswf.h | 22 ++++++++++++++++++++++ lib/rfxswf.h | 1 + 2 files changed, 23 insertions(+) create mode 100644 lib/old_rfxswf.h diff --git a/lib/old_rfxswf.h b/lib/old_rfxswf.h new file mode 100644 index 0000000..f893ae4 --- /dev/null +++ b/lib/old_rfxswf.h @@ -0,0 +1,22 @@ +/* old_rfxswf.h + + File which defines macros and typedefs for old versions of + the rfxswf lib functions and datatypes. (For routines which + still use them) + + Part of the swftools package. + + Copyright (c) 2000, 2001 Rainer Böhme + + This file is distributed under the GPL, see file COPYING for details + +*/ + +#include "rfxswf.h" + +/* +#define DataPos dataReadPos +#define DataSize dataWritePos +#define bitcount bitWritePos +#define bitmask bitWritePos +*/ diff --git a/lib/rfxswf.h b/lib/rfxswf.h index d35180b..27d4a93 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -17,6 +17,7 @@ #include #include #include "../config.h" +#include "old_rfxswf.h" #define DEBUG_RFXSWF -- 1.7.10.4