aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/makefile
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2017-06-12 11:49:56 +1000
committerNeil <nyamatongwe@gmail.com>2017-06-12 11:49:56 +1000
commit46f9fd7509eaa2809392acf3a264b57a2daf973c (patch)
tree1e3ee8a900c4e4c7768abbe21bfa9acc4043b345 /win32/makefile
parent09972b3a179d7ea39ef6ce7e0474531797c549fb (diff)
downloadscintilla-mirror-46f9fd7509eaa2809392acf3a264b57a2daf973c.tar.gz
Removed unused functions and methods from Platform.h.
Replaced Platform::Clamp with Sci::clamp but will later change this to std::clamp once on full C++17 compilers. Drop MouseButtonBounce workaround for very early GTK+/Linux.
Diffstat (limited to 'win32/makefile')
-rw-r--r--win32/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/makefile b/win32/makefile
index 07413f60f..9f6309f67 100644
--- a/win32/makefile
+++ b/win32/makefile
@@ -13,7 +13,7 @@ else
LDMINGW = -Wl,--enable-runtime-pseudo-reloc-v2 -Wl,--add-stdcall-alias
LIBSMINGW = -lstdc++
STRIPOPTION = -s
-CXXSTD = gnu++0x
+CXXSTD = gnu++17
endif
.SUFFIXES: .cxx
@@ -83,6 +83,7 @@ BASEOBJS = \
CharacterSet.o \
CharClassify.o \
ContractionState.o \
+ DBCS.o \
Decoration.o \
Document.o \
EditModel.o \