aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/ScintillaWin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'win32/ScintillaWin.cxx')
-rw-r--r--win32/ScintillaWin.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx
index e92bd7b13..367e33466 100644
--- a/win32/ScintillaWin.cxx
+++ b/win32/ScintillaWin.cxx
@@ -18,11 +18,9 @@
#include <map>
#undef _WIN32_WINNT
-#ifdef WIN_TARGET
-#define _WIN32_WINNT WIN_TARGET
-#else
#define _WIN32_WINNT 0x0500
-#endif
+#undef WINVER
+#define WINVER 0x0500
#include <windows.h>
#include <commctrl.h>
#include <richedit.h>