Skip to content

Commit 2222a30

Browse files
committed
add wxCHECK_VERSION(...) to wxwidgets.cfg
1 parent 1497f5f commit 2222a30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cfg/wxwidgets.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,7 @@
736736
<define name="wxCHECK_MSG(condition, retValue, msg)" value=""/>
737737
<define name="wxCHECK_RET(condition, retValue)" value=""/>
738738
<define name="wxVERSION_STRING" value="&quot;wxVersionString&quot;"/>
739+
<define name="wxCHECK_VERSION(major,minor,release)" value="(wxMAJOR_VERSION &gt; (major) || (wxMAJOR_VERSION == (major) &amp;&amp; wxMINOR_VERSION &gt; (minor)) || (wxMAJOR_VERSION == (major) &amp;&amp; wxMINOR_VERSION == (minor) &amp;&amp; wxRELEASE_NUMBER &gt;= (release)))"/>
739740
<define name="wxIMAGE_OPTION_QUALITY" value="wxString(&quot;quality&quot;)"/>
740741
<define name="wxIMAGE_OPTION_FILENAME" value="wxString(&quot;FileName&quot;)"/>
741742
<define name="wxIMAGE_OPTION_RESOLUTION" value="wxString(&quot;Resolution&quot;)"/>

0 commit comments

Comments
 (0)