moved wxSTRINGIZE to defs.h and made it work with macro argument, so that it can be used elsewhere
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -44,7 +44,6 @@
|
||||
#endif
|
||||
|
||||
/* helpers for wxVERSION_NUM_XXX */
|
||||
#define wxSTRINGIZE(x) #x
|
||||
#define wxMAKE_VERSION_STRING(x, y, z) \
|
||||
wxSTRINGIZE(x) wxSTRINGIZE(y) wxSTRINGIZE(z)
|
||||
#define wxMAKE_VERSION_DOT_STRING(x, y, z) \
|
||||
|
Reference in New Issue
Block a user