X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c35c7d01d48e3d8a93f747f120326cde7fe9b42d..a3c15d892d21e938f3e53dfa81c62eb5da4ce3c8:/src/common/longlong.cpp diff --git a/src/common/longlong.cpp b/src/common/longlong.cpp index a76f895033..5c863be264 100644 --- a/src/common/longlong.cpp +++ b/src/common/longlong.cpp @@ -2,20 +2,20 @@ // Name: wx/longlong.cpp // Purpose: implementation of wxLongLongNative // Author: Jeffrey C. Ollie , Vadim Zeitlin -// Remarks: this class is not public in wxWindows 2.0! It is intentionally +// Remarks: this class is not public in wxWidgets 2.0! It is intentionally // not documented and is for private use only. // Modified by: // 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