compilation fix: ifdef instead of if
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -608,7 +608,7 @@ void *wxLongLongWx::asArray(void) const
|
|||||||
#endif // wxUSE_LONGLONG_WX
|
#endif // wxUSE_LONGLONG_WX
|
||||||
|
|
||||||
wxString
|
wxString
|
||||||
#ifdef wxUSE_LONGLONG_NATIVE
|
#if wxUSE_LONGLONG_NATIVE
|
||||||
wxLongLongNative
|
wxLongLongNative
|
||||||
#else
|
#else
|
||||||
wxLognLongWx
|
wxLognLongWx
|
||||||
|
Reference in New Issue
Block a user