X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c35c7d01d48e3d8a93f747f120326cde7fe9b42d..5955710c8bd346e8be675bd1dbbd427723a57920:/src/common/longlong.cpp?ds=sidebyside diff --git a/src/common/longlong.cpp b/src/common/longlong.cpp index a76f895033..4b08f13d66 100644 --- a/src/common/longlong.cpp +++ b/src/common/longlong.cpp @@ -8,14 +8,14 @@ // Created: 10.02.99 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ // headers // ============================================================================ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "longlong.h" #endif