From 46f9fd7509eaa2809392acf3a264b57a2daf973c Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 12 Jun 2017 11:49:56 +1000 Subject: 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. --- win32/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'win32/makefile') 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 \ -- cgit v1.2.3