X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/55d99c7a77789ff4904bf96eddca3715eb5af9b9..1857c88d2624f37590be3b13c33f5cf9449e7a3b:/src/common/longlong.cpp?ds=inline diff --git a/src/common/longlong.cpp b/src/common/longlong.cpp index 9265a4e803..4b08f13d66 100644 --- a/src/common/longlong.cpp +++ b/src/common/longlong.cpp @@ -15,7 +15,7 @@ // headers // ============================================================================ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "longlong.h" #endif