wxwidgets.cfg: Added more wxCHECK macros
This commit is contained in:
parent
973e61d094
commit
a0f4a72988
|
@ -1838,6 +1838,8 @@
|
|||
<define name="wxCHECK2_MSG(condition, operation, message)" value=""/>
|
||||
<define name="wxCHECK2(condition, operation)" value=""/>
|
||||
<define name="wxCHECK(condition, retValue)" value=""/>
|
||||
<define name="wxCOMPILE_TIME_ASSERT(condition, retValue)" value=""/>
|
||||
<define name="wxCHECK_MSG(condition, retValue, msg)" value=""/>
|
||||
<define name="wxVERSION_STRING" value=""wxVersionString""/>
|
||||
<define name="wxFLEX_GROWMODE_NONE" value="0"/>
|
||||
<define name="wxFLEX_GROWMODE_SPECIFIED" value="1"/>
|
||||
|
|
Loading…
Reference in New Issue