]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/minifram.cpp
weak link test is not optimal, as CoreText is already having some symbols defined...
[wxWidgets.git] / src / mac / carbon / minifram.cpp
index 4f6f5e5fcbb6005644fb9f5e23ed542f19fb71f9..f7266d529ee770aeb2a8cf4113e15da4c1f18ae7 100644 (file)
@@ -1,22 +1,20 @@
 /////////////////////////////////////////////////////////////////////////////
 // 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__
-#pragma implementation "minifram.h"
-#endif
+#include "wx/wxprec.h"
+
+#if wxUSE_MINIFRAME
 
 #include "wx/minifram.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame)
-#endif
-
 
+#endif // wxUSE_MINIFRAME