summaryrefslogtreecommitdiffstats
path: root/client/windows
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2010-12-15 18:39:14 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2011-05-03 16:49:56 +0200
commit27f771566d2fb76f62010acb6967a28e9045c43c (patch)
tree19b21d64c3edc32287f15a35cdbfb4d3cbe01fbd /client/windows
parentaae03570230d37a74b03892021e5dbe24b7739d2 (diff)
downloadspice-27f771566d2fb76f62010acb6967a28e9045c43c.tar.gz
spice-27f771566d2fb76f62010acb6967a28e9045c43c.tar.xz
spice-27f771566d2fb76f62010acb6967a28e9045c43c.zip
common: add windows.h where required, make gdi_handlers static
This patch has not been verified with VS/brew. It should be safe hopefully. Compilation is fine with mingw32/spice-gtk.
Diffstat (limited to 'client/windows')
-rw-r--r--client/windows/platform.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/windows/platform.cpp b/client/windows/platform.cpp
index c50d7fd5..b81c2f51 100644
--- a/client/windows/platform.cpp
+++ b/client/windows/platform.cpp
@@ -45,7 +45,6 @@
#endif
#include <spice/vd_agent.h>
-int gdi_handlers = 0;
extern HINSTANCE instance;
class DefaultEventListener: public Platform::EventListener {