X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..14f355c2b5c71fc7c3d680aea366582d2ac60f7b:/src/generic/accel.cpp diff --git a/src/generic/accel.cpp b/src/generic/accel.cpp index edf52970cd..50a7f9faaa 100644 --- a/src/generic/accel.cpp +++ b/src/generic/accel.cpp @@ -16,7 +16,7 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "accel.h" #endif