summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-07-08 11:40:57 +0200
committerAlon Levy <alevy@redhat.com>2010-12-08 17:11:45 +0200
commitf6cacd0e51d345e1ee8b82e420c59dfaaf95300a (patch)
tree1529fa71ed90955fcbfaa5b8e47c8b77dbdfc008 /common
parent53c808947d4d5b480d8880f69b53d4e6bac056fa (diff)
downloadspice-f6cacd0e51d345e1ee8b82e420c59dfaaf95300a.tar.gz
spice-f6cacd0e51d345e1ee8b82e420c59dfaaf95300a.tar.xz
spice-f6cacd0e51d345e1ee8b82e420c59dfaaf95300a.zip
mingw32 build: fix build errors
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'common')
-rw-r--r--common/gdi_canvas.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gdi_canvas.c b/common/gdi_canvas.c
index eda1529c..705a0402 100644
--- a/common/gdi_canvas.c
+++ b/common/gdi_canvas.c
@@ -16,8 +16,8 @@
License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
-#include <Windows.h>
-#include <Wingdi.h>
+#include <windows.h>
+#include <wingdi.h>
#include "gdi_canvas.h"
#define GDI_CANVAS
#include "canvas_base.c"