summaryrefslogtreecommitdiff
path: root/sid/sidplay-libs-2.1.0/resid
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-07 23:36:30 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-07 23:36:30 +0100
commit7b35ca80124bd51929cca4422738713a8684df00 (patch)
treed3c47896ce48494e7f875aba1a1da460b563dd43 /sid/sidplay-libs-2.1.0/resid
parent001e68d2e20435662dfebd27dddc470faa383fad (diff)
warning/compile fixes for 0.3.2-rc1
Diffstat (limited to 'sid/sidplay-libs-2.1.0/resid')
-rw-r--r--sid/sidplay-libs-2.1.0/resid/siddefs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sid/sidplay-libs-2.1.0/resid/siddefs.h b/sid/sidplay-libs-2.1.0/resid/siddefs.h
index 9889e946..c4eaea6e 100644
--- a/sid/sidplay-libs-2.1.0/resid/siddefs.h
+++ b/sid/sidplay-libs-2.1.0/resid/siddefs.h
@@ -20,6 +20,11 @@
#ifndef __SIDDEFS_H__
#define __SIDDEFS_H__
+#ifdef VERSION
+#undef VERSION
+#endif
+#define VERSION "2.1.0"
+
// Define bool, true, and false for C++ compilers that lack these keywords.
#define RESID_HAVE_BOOL 1