From b7bd7d3104bf7672eed5bfbd148d1c75820683e5 Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Tue, 13 May 2014 17:23:18 +0200 Subject: wx: Fix non constant define (wxSL_LABELS) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit wxSL_LABELS have changed constant value in 3.0, make version agnostic by doing a lookup during runtime instead of constant. Thanks Enrique Fernández (efcasado) --- lib/wx/api_gen/wxapi.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/wx/api_gen') diff --git a/lib/wx/api_gen/wxapi.conf b/lib/wx/api_gen/wxapi.conf index afe59a1496..7e71e75909 100644 --- a/lib/wx/api_gen/wxapi.conf +++ b/lib/wx/api_gen/wxapi.conf @@ -31,7 +31,8 @@ %% wxALWAYS_NATIVE_DOUBLE_BUFFER, wxGAUGE_EMULATE_INDETERMINATE_MODE, - wxTR_DEFAULT_STYLE + wxTR_DEFAULT_STYLE, + wxSL_LABELS ]}. {gvars, -- cgit v1.2.3