[gtksourceview/gnome-3-24] Include windef instead of windows
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview/gnome-3-24] Include windef instead of windows
- Date: Thu, 1 Dec 2016 16:43:17 +0000 (UTC)
commit fdce0d27589bad8336cd53566614ac3ce098b473
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Thu Dec 1 17:22:36 2016 +0100
Include windef instead of windows
This seems to get us a step forward on building with msys2
gtksourceview/gtksourceview-init.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtksourceview/gtksourceview-init.c b/gtksourceview/gtksourceview-init.c
index edefc87..e285d47 100644
--- a/gtksourceview/gtksourceview-init.c
+++ b/gtksourceview/gtksourceview-init.c
@@ -37,7 +37,7 @@
#include "gtksourcestyleschememanager.h"
#ifdef G_OS_WIN32
-#include <windows.h>
+#include <windef.h>
static HMODULE gtksourceview_dll;
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]