wxwidgets.cfg: Added support for wxFAIL_MSG.
This commit is contained in:
parent
1f3dce17f7
commit
984be24292
|
@ -1882,6 +1882,7 @@
|
|||
<define name="wxCHECK2_MSG(condition, operation, message)" value=""/>
|
||||
<define name="wxCHECK2(condition, operation)" value=""/>
|
||||
<define name="wxCHECK(condition, retValue)" value=""/>
|
||||
<define name="wxFAIL_MSG(message)" value=""/>
|
||||
<define name="wxCOMPILE_TIME_ASSERT(condition, retValue)" value=""/>
|
||||
<define name="wxCHECK_MSG(condition, retValue, msg)" value=""/>
|
||||
<define name="wxVERSION_STRING" value=""wxVersionString""/>
|
||||
|
|
Loading…
Reference in New Issue