From 27f771566d2fb76f62010acb6967a28e9045c43c Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Wed, 15 Dec 2010 18:39:14 +0100 Subject: 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. --- client/windows/platform.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'client/windows/platform.cpp') 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 -int gdi_handlers = 0; extern HINSTANCE instance; class DefaultEventListener: public Platform::EventListener { -- cgit