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:
Vadim Zeitlin
2001-08-28 14:41:31 +00:00
parent 1357a7dd5c
commit 277d672a9d

View File

@@ -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