From e9244488385619be6bdddfda02d071b988ac1bf8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 13 Oct 2002 19:13:55 +0000 Subject: [PATCH] more typos in #ifs fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/longlong.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/longlong.h b/include/wx/longlong.h index 73103bd244..2315307c8b 100644 --- a/include/wx/longlong.h +++ b/include/wx/longlong.h @@ -64,7 +64,7 @@ #elif (defined(SIZEOF_LONG_LONG) && SIZEOF_LONG_LONG >= 8) || \ defined(__MINGW32__) || \ defined(__CYGWIN__) || \ - defined(__WXMICROWIN__) \ + defined(__WXMICROWIN__) || \ (defined(__DJGPP__) && __DJGPP__ >= 2) #define wxLongLong_t long long #define wxLongLongSuffix ll