X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2af6b4c37f705e1f06fc47be1c162f4dd4944743..172df1f0351019adaada76e16847b3ca6c2421eb:/src/mgl/region.cpp diff --git a/src/mgl/region.cpp b/src/mgl/region.cpp index 2d80d07aa3..ad94b81123 100644 --- a/src/mgl/region.cpp +++ b/src/mgl/region.cpp @@ -1,13 +1,13 @@ ///////////////////////////////////////////////////////////////////////////// // Name: region.cpp -// Purpose: Region handling for wxWindows/MGL +// Purpose: Region handling for wxWidgets/MGL // Author: Vaclav Slavik // RCS-ID: $Id$ // Copyright: (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "region.h" #endif