From: Václav Slavík Date: Wed, 16 Jun 2004 21:00:59 +0000 (+0000) Subject: fixed missing NO_GCC_PRAGMA X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6c3afc422403767a0e8c0310c0bee436f096193a fixed missing NO_GCC_PRAGMA git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27841 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/mimetype.cpp b/src/msw/mimetype.cpp index 711023e813..c4e8974a98 100644 --- a/src/msw/mimetype.cpp +++ b/src/msw/mimetype.cpp @@ -9,7 +9,7 @@ // Licence: wxWindows licence (part of wxExtra library) ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "mimetype.h" #endif