From a45376e42fb97f2c189fcdf3b891414b31eebdb6 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 13 Oct 2002 18:37:44 +0000 Subject: [PATCH] typos in #ifs fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/longlong.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/wx/longlong.h b/include/wx/longlong.h index 40a9ba46f5..73103bd244 100644 --- a/include/wx/longlong.h +++ b/include/wx/longlong.h @@ -62,9 +62,9 @@ #define wxLongLongSuffix i64 #define wxLongLongFmtSpec _T("I64") #elif (defined(SIZEOF_LONG_LONG) && SIZEOF_LONG_LONG >= 8) || \ - defined(__MINGW32__) || \\ - defined(__CYGWIN__) || \\ - defined(__WXMICROWIN__) \\ + defined(__MINGW32__) || \ + defined(__CYGWIN__) || \ + defined(__WXMICROWIN__) \ (defined(__DJGPP__) && __DJGPP__ >= 2) #define wxLongLong_t long long #define wxLongLongSuffix ll