X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7918efb247932aaeaf815fee72eee83a6c64d3c7..1978421a6d8b81c1f8a961da4b8ddf544fec7b1b:/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