library: Added wxwidgets.cfg file.

This commit is contained in:
orbitcowboy 2016-08-29 15:29:18 +02:00
parent 90a8dd7cf3
commit 0422d05a34
1 changed files with 17 additions and 0 deletions

17
cfg/wxwidgets.cfg Normal file
View File

@ -0,0 +1,17 @@
<?xml version="1.0"?>
<def format="2">
<!-- http://docs.wxwidgets.org/trunk/group__group__funcmacro__string.html#ga437ea6ba615b75dac8603e96ec864160 -->
<!-- #define wxT (string) -->
<define name="wxT" value=""/>
<!-- http://docs.wxwidgets.org/trunk/classwx_string.html#addd9ccfa3ae2b7ab2d66bcbf034d0be0 -->
<!-- static wxString wxString::Format(const wxString & format, ...) -->
<function name="wxString::Format">
<noreturn>false</noreturn>
<leak-ignore/>
<formatstr/>
<arg nr="1">
<formatstr/>
<not-uninit/>
</arg>
</function>
</def>