wxwidgets.cfg: Added support for more macros from wx/event.h

This commit is contained in:
orbitcowboy 2019-07-05 11:03:41 +02:00
parent 6588c90b26
commit df16e69725
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
<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="wxEVENT_HANDLER_CAST( functype, func )" value="wxEventFunctionCast(static_cast&lt;functype&gt;(&amp;func))"/>
<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=""/>