X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7918efb247932aaeaf815fee72eee83a6c64d3c7..0aa1258a1b2bf2323c65fc0264c51ebf1dd067a8:/src/generic/notebook.cpp diff --git a/src/generic/notebook.cpp b/src/generic/notebook.cpp index a320a42b99..4034ee2157 100644 --- a/src/generic/notebook.cpp +++ b/src/generic/notebook.cpp @@ -16,7 +16,7 @@ // ---------------------------------------------------------------------------- // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "notebook.h" #endif