diff options
author | Dan Gudmundsson <[email protected]> | 2014-05-13 17:23:18 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2014-05-13 17:23:18 +0200 |
commit | b7bd7d3104bf7672eed5bfbd148d1c75820683e5 (patch) | |
tree | 7989d60b4a49ce093407bb161b81a31b501e37e3 /lib/wx/api_gen/wxapi.conf | |
parent | 616e03903645ee3f1fef1a4226f2b18051b968c9 (diff) | |
download | otp-b7bd7d3104bf7672eed5bfbd148d1c75820683e5.tar.gz otp-b7bd7d3104bf7672eed5bfbd148d1c75820683e5.tar.bz2 otp-b7bd7d3104bf7672eed5bfbd148d1c75820683e5.zip |
wx: Fix non constant define (wxSL_LABELS)
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)
Diffstat (limited to 'lib/wx/api_gen/wxapi.conf')
-rw-r--r-- | lib/wx/api_gen/wxapi.conf | 3 |
1 files changed, 2 insertions, 1 deletions
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, |