[gnumeric] win32: compilation fixes.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] win32: compilation fixes.
- Date: Sun, 29 Sep 2013 16:23:05 +0000 (UTC)
commit a2cabe4bbd4fc162fa804981821780769282bb15
Author: Morten Welinder <terra gnome org>
Date: Sun Sep 29 12:22:44 2013 -0400
win32: compilation fixes.
ChangeLog | 6 ++++++
src/main-application.c | 1 +
src/wbc-gtk-actions.c | 1 +
3 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 870b114..01547ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-09-29 Morten Welinder <terra gnome org>
+
+ * src/main-application.c: Include <io.h> for win32.
+
+ * src/wbc-gtk-actions.c: Include gutils.h for win32.
+
2013-09-25 Morten Welinder <terra gnome org>
* src/gnumeric.css: Use lighter green for function marker.
diff --git a/src/main-application.c b/src/main-application.c
index 38ba711..f4f9bc4 100644
--- a/src/main-application.c
+++ b/src/main-application.c
@@ -17,6 +17,7 @@
#ifdef G_OS_WIN32
#define _WIN32_WINNT 0x0501
#include <windows.h>
+#include <io.h>
#endif
#include "command-context.h"
diff --git a/src/wbc-gtk-actions.c b/src/wbc-gtk-actions.c
index e26e48c..6e161b5 100644
--- a/src/wbc-gtk-actions.c
+++ b/src/wbc-gtk-actions.c
@@ -66,6 +66,7 @@
#include "print.h"
#include "print-info.h"
#include "gnm-pane-impl.h"
+#include "gutils.h"
#include <goffice/goffice.h>
#include <goffice/component/goffice-component.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]