]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix: ifdef instead of if
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 28 Aug 2001 14:41:31 +0000 (14:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 28 Aug 2001 14:41:31 +0000 (14:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/longlong.cpp

index 824f039db299b94b04784b356437b96f419e738f..44415d8dab39dd5924e6fafdef110a406cb5988c 100644 (file)
@@ -608,7 +608,7 @@ void *wxLongLongWx::asArray(void) const
 #endif // wxUSE_LONGLONG_WX
 
 wxString
-#ifdef wxUSE_LONGLONG_NATIVE
+#if wxUSE_LONGLONG_NATIVE
 wxLongLongNative
 #else
 wxLognLongWx