safe macro expansion
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
9f41d60156
commit
dfdd617b4b
@ -492,7 +492,7 @@ inline const wxMB2WXbuf wxGetTranslation(const wxChar *sz)
|
|||||||
|
|
||||||
// Note: use of 'inline' here can cause this symbol not to be found when compiled with gcc
|
// Note: use of 'inline' here can cause this symbol not to be found when compiled with gcc
|
||||||
//const wxChar *wxGetTranslation(const wxChar *sz);
|
//const wxChar *wxGetTranslation(const wxChar *sz);
|
||||||
#define wxGetTranslation(sz) sz
|
#define wxGetTranslation(sz) (sz)
|
||||||
|
|
||||||
#endif // wxUSE_INTL/!wxUSE_INTL
|
#endif // wxUSE_INTL/!wxUSE_INTL
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user