X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/55d99c7a77789ff4904bf96eddca3715eb5af9b9..f3f0d961af5454a3544a4f4f9aced750d4641d69:/src/common/process.cpp diff --git a/src/common/process.cpp b/src/common/process.cpp index cffb5f8569..6e6a931c2f 100644 --- a/src/common/process.cpp +++ b/src/common/process.cpp @@ -17,7 +17,7 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "process.h" #endif