summaryrefslogtreecommitdiffstats
path: root/client/common.h
diff options
context:
space:
mode:
authorArnon Gilboa <agilboa@redhat.com>2011-05-12 12:09:51 +0300
committerArnon Gilboa <agilboa@redhat.com>2011-05-12 15:13:39 +0300
commitd3577b27720b7418c98c888b8ca917c7efa37057 (patch)
treeb6f76bbbf9567ec66e27a3211afc5c3d08cbe201 /client/common.h
parent34e9375cc094c75bac05790b8acbdcc3116ad72b (diff)
downloadspice-d3577b27720b7418c98c888b8ca917c7efa37057.tar.gz
spice-d3577b27720b7418c98c888b8ca917c7efa37057.tar.xz
spice-d3577b27720b7418c98c888b8ca917c7efa37057.zip
client/windows: init PACKAGE_VERSION
in windows, we set PACKAGE_VERSION to the binary version since we don't have config.h as generated by linux configure
Diffstat (limited to 'client/common.h')
-rw-r--r--client/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/common.h b/client/common.h
index 30fbf798..8b4e39de 100644
--- a/client/common.h
+++ b/client/common.h
@@ -62,6 +62,8 @@
#define strcasecmp stricmp
+extern const char* PACKAGE_VERSION;
+
#else
#include <unistd.h>
#include <X11/X.h>