From 4fa578feaf2705f301dcf527af06b21c888342ca Mon Sep 17 00:00:00 2001 From: cxl Date: Sun, 20 Mar 2016 18:31:26 +0000 Subject: [PATCH] .upptst git-svn-id: svn://ultimatepp.org/upp/trunk@9618 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- upptst/TestChStyle/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/upptst/TestChStyle/main.cpp b/upptst/TestChStyle/main.cpp index f620abe7b..b2334b142 100644 --- a/upptst/TestChStyle/main.cpp +++ b/upptst/TestChStyle/main.cpp @@ -33,10 +33,12 @@ TestChStyle::TestChStyle() Dc(dc_readonly); Dc(dc_disabled); dc_disabled.Disable(); - + +#ifdef CPP_11 standard << [] { Ctrl::SetSkin(ChStdSkin); }; classic << [] { Ctrl::SetSkin(ChClassicSkin); }; host << [] { Ctrl::SetSkin(ChHostSkin); }; +#endif } GUI_APP_MAIN