X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6aa89a22b8e47000c98bff05c6f545f331f1c353..6c7afb7435d11d7b67d16c51e1302cad5572491e:/src/unix/dir.cpp diff --git a/src/unix/dir.cpp b/src/unix/dir.cpp index deab1bee7f..c75d2712a4 100644 --- a/src/unix/dir.cpp +++ b/src/unix/dir.cpp @@ -17,7 +17,7 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "dir.h" #endif