X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/761e1e0702fb50aca31fb7a38dcb0f00ae4d2ac6..c5c5dad5950a43edbb9a4e7144f44b8f3bd6bf80:/include/wx/mac/minifram.h?ds=sidebyside diff --git a/include/wx/mac/minifram.h b/include/wx/mac/minifram.h index 2e9daeed86..7f43f953b3 100644 --- a/include/wx/mac/minifram.h +++ b/include/wx/mac/minifram.h @@ -3,18 +3,18 @@ // Purpose: wxMiniFrame class. A small frame for e.g. floating toolbars. // If there is no equivalent on your platform, just make it a // normal frame. -// Author: AUTHOR +// Author: Stefan Csomor // Modified by: -// Created: ??/??/98 +// Created: 1998-01-01 // RCS-ID: $Id$ -// Copyright: (c) AUTHOR -// Licence: wxWindows licence +// Copyright: (c) Stefan Csomor +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_MINIFRAM_H_ #define _WX_MINIFRAM_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "minifram.h" #endif