wxwidgets.cfg: Fixed wrong number of parameters for wxCHECK_RET().
This commit is contained in:
parent
598cd468f1
commit
8e1f7b2bd1
|
@ -254,7 +254,7 @@
|
|||
<define name="wxUnusedVar(var)" value=""/>
|
||||
<define name="wxCOMPILE_TIME_ASSERT(condition, retValue)" value="assert(condition)"/>
|
||||
<define name="wxCHECK_MSG(condition, retValue, msg)" value=""/>
|
||||
<define name="wxCHECK_RET(condition, retValue, msg)" value=""/>
|
||||
<define name="wxCHECK_RET(condition, retValue)" value=""/>
|
||||
<define name="wxVERSION_STRING" value=""wxVersionString""/>
|
||||
<define name="NO_IMAGE" value="0"/>
|
||||
<define name="wxCLRP_USE_TEXTCTRL" value="2"/>
|
||||
|
|
Loading…
Reference in New Issue