X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc7a2a602b4bd9308be21bc07e40a680f483438e..04857cb707be4de8083e599fc2e1967c77eb7f5e:/src/common/dircmn.cpp?ds=sidebyside diff --git a/src/common/dircmn.cpp b/src/common/dircmn.cpp index 8f2dd8e27b..801e2d1f9f 100644 --- a/src/common/dircmn.cpp +++ b/src/common/dircmn.cpp @@ -18,7 +18,7 @@ // ---------------------------------------------------------------------------- /* this is done in platform-specific files -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "dir.h" #endif */