X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/55d99c7a77789ff4904bf96eddca3715eb5af9b9..69c695466d495aca6ab44e3d8e4219fc00ff2146:/src/common/dseldlg.cpp diff --git a/src/common/dseldlg.cpp b/src/common/dseldlg.cpp index 86b2e1147d..7c3db4a41f 100644 --- a/src/common/dseldlg.cpp +++ b/src/common/dseldlg.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 20.02.01 // RCS-ID: $Id$ -// Copyright: (c) 2001 wxWindows team +// Copyright: (c) 2001 wxWidgets team // License: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -17,7 +17,7 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "dseldlg.h" #endif