X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c35c7d01d48e3d8a93f747f120326cde7fe9b42d..a7c26d107d0c6f191e55d30613f4816e9c2f9386:/src/common/longlong.cpp 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