]> git.saurik.com Git - wxWidgets.git/commit
Handle ANSI release configuration correctly in msvc/wx/setup.h.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 24 Feb 2011 20:34:48 +0000 (20:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 24 Feb 2011 20:34:48 +0000 (20:34 +0000)
commitd70fe85f463b3a4234a7b2b21be2c109e5ab87ed
treee87b01009e674d8622f67dc05b5a7157d1996b38
parent3f0e574aa79c14232c945dd18331bbf80c25bf5d
Handle ANSI release configuration correctly in msvc/wx/setup.h.

Preprocessor operations don't work with empty values so check for the case of
empty suffix specially.

This avoid warnings about "not enough actual parameters for macro
'wxSTRINGIZE_HELPER'" from MSVC.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/msvc/wx/setup.h