wxwidgets.cfg: Improved configuariton for wxSTRINGIZE()

This commit is contained in:
orbitcowboy 2021-03-21 07:51:48 +01:00
parent 51564504a8
commit 70a341d7ca
1 changed files with 2 additions and 2 deletions

View File

@ -5343,10 +5343,10 @@
<!--#define wxSTRINGIZE(x) --> <!--#define wxSTRINGIZE(x) -->
<!--These are defined as macros in wxWidgets. Non the less, this is configured as <!--These are defined as macros in wxWidgets. Non the less, this is configured as
as function to catch unused return values. --> as function to catch unused return values. -->
<function name="wxSTRINGIZE_T,wxSTRINGSIZE"> <function name="wxSTRINGIZE_T,wxSTRINGIZE">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
<returnValue type="wxString"/> <returnValue type="wxString">"#arg1"</returnValue>
<use-retval/> <use-retval/>
<arg nr="1" direction="in"> <arg nr="1" direction="in">
<not-uninit/> <not-uninit/>