]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/minifram.cpp
use wx-style header and commets; fix indentation to be 4 spaces; move Doxygen comment...
[wxWidgets.git] / src / mac / carbon / minifram.cpp
index 5b2561f52b517a382d5e9a6517bb6fdf5288287e..f7266d529ee770aeb2a8cf4113e15da4c1f18ae7 100644 (file)
@@ -9,16 +9,12 @@
 // Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#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