From 709dac6140502566fac4156b83b998895dc07377 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 19 Oct 2014 21:59:09 +0200 Subject: fix link errors on win32 -only- --- opentrack/main-settings.hpp | 2 ++ opentrack/version.C | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 opentrack/version.C (limited to 'opentrack') diff --git a/opentrack/main-settings.hpp b/opentrack/main-settings.hpp index 6f78ac827..841d3bca7 100644 --- a/opentrack/main-settings.hpp +++ b/opentrack/main-settings.hpp @@ -2,6 +2,8 @@ #include #include "opentrack/options.hpp" +#include "opentrack/plugin-api.hpp" + using namespace options; struct key_opts { diff --git a/opentrack/version.C b/opentrack/version.C new file mode 100644 index 000000000..0ef4ec140 --- /dev/null +++ b/opentrack/version.C @@ -0,0 +1,5 @@ +#ifdef IN_VERSION_UNIT +# define IN_CRAPOLA_COMPILE_UNIT +volatile const char* opentrack_version = OPENTRACK_VERSION; +#else +#endif -- cgit v1.2.3