wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-05-03 11:57:24 +02:00
parent deedd7493c
commit bf358408d9
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@
<define name="wxConstCast(p,classname)" value="const_cast&lt;(classname)&gt;(p)"/>
<define name="wxStaticCast(p,classname)" value="static_cast&lt;(classname)&gt;(p)"/>
<define name="wx_reinterpret_cast(t,x)" value="reinterpret_cast&lt;t&gt;(x)"/>
<define name="wxDL_INIT_FUNC(pfx, name, dynlib)" value=""/>
<define name="wxDL_INIT_FUNC_AW(pfx, name, dynlib)" value=""/>
<define name="wxDYNLIB_FUNCTION(type, name, dynlib)" value=""/>
<define name="wxEVT_NULL" value="wxEventType"/>
<define name="TAG_HANDLER_BEGIN(a,b)" value=""/>
<define name="TAG_HANDLER_END(a)" value=""/>