X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/df5168c427b51f1ab2b3200a5c8f7626b3d24aae..8e87d1c923df6dcfda7cf3ad02cd5929be26150d:/src/common/hash.cpp diff --git a/src/common/hash.cpp b/src/common/hash.cpp index 1df6c30b78..db33f96e28 100644 --- a/src/common/hash.cpp +++ b/src/common/hash.cpp @@ -17,7 +17,7 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "hash.h" #endif