X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e9576ca53db96b462ed4c0b4bdf47d64c40203e4..62f864c32c53356b7228591c85b14abc491c46f0:/src/mac/carbon/minifram.cpp diff --git a/src/mac/carbon/minifram.cpp b/src/mac/carbon/minifram.cpp index 4f6f5e5fcb..ab9fd1a729 100644 --- a/src/mac/carbon/minifram.cpp +++ b/src/mac/carbon/minifram.cpp @@ -1,22 +1,22 @@ ///////////////////////////////////////////////////////////////////////////// // Name: minifram.cpp // Purpose: wxMiniFrame. Optional; identical to wxFrame if not supported. -// 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 ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "minifram.h" #endif +#include "wx/wxprec.h" + #include "wx/minifram.h" -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame) -#endif