X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/55d99c7a77789ff4904bf96eddca3715eb5af9b9..2c02ec059921cb045dcdfca25fc0058d86641430:/src/common/ftp.cpp diff --git a/src/common/ftp.cpp b/src/common/ftp.cpp index baac336f08..c85d7adbe3 100644 --- a/src/common/ftp.cpp +++ b/src/common/ftp.cpp @@ -17,7 +17,7 @@ // declarations // ============================================================================ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "ftp.h" #endif