X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fd938b117780571129a03155ea0dc01fc73b7f23..194142ed6fec5b7bc09e19b093db3e5d56f3ebc4:/src/common/file.cpp diff --git a/src/common/file.cpp b/src/common/file.cpp index d8f53811f0..3d6fde63ea 100644 --- a/src/common/file.cpp +++ b/src/common/file.cpp @@ -14,7 +14,7 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "file.h" #endif