fixed subrelease test in wxCHECK_VERSION_FULL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -55,7 +55,7 @@
|
|||||||
((major) != wxMAJOR_VERSION || \
|
((major) != wxMAJOR_VERSION || \
|
||||||
(minor) != wxMINOR_VERSION || \
|
(minor) != wxMINOR_VERSION || \
|
||||||
(release) != wxRELEASE_NUMBER || \
|
(release) != wxRELEASE_NUMBER || \
|
||||||
(subrel) >= wxSUBRELEASE_NUMBER)
|
(subrel) <= wxSUBRELEASE_NUMBER)
|
||||||
|
|
||||||
#endif /* _WX_VERSION_H_ */
|
#endif /* _WX_VERSION_H_ */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user