X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3e6562c1104133eb656db0298c03f6f7885c25aa..2fce94e20c94073fda30327c7c835def4415361c:/include/wx/layout.h diff --git a/include/wx/layout.h b/include/wx/layout.h index 8fb28aa42e..d321287720 100644 --- a/include/wx/layout.h +++ b/include/wx/layout.h @@ -6,7 +6,7 @@ // Created: 29/01/98 // RCS-ID: $Id$ // Copyright: (c) 1998 Julian Smart -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_LAYOUTH__ @@ -16,7 +16,7 @@ // headers // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "layout.h" #endif