aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c
index 3125cd55b2..62d24561f3 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -38,7 +38,9 @@
#ifdef DATADIR
#undef DATADIR
#endif
+#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0601
+#endif
#include <windows.h>
#include <conio.h>
#include <io.h>
@@ -48,6 +50,9 @@
#ifndef PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION
#define PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION 0x00000002
#endif
+
+#include "e-util/e-util-private.h"
+
#endif
#include <libxml/xmlmemory.h>