]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/font.cpp
fixed the sample to work with conforming C++ compiler: local struct can't reference...
[wxWidgets.git] / src / mac / carbon / font.cpp
index 8029ee53ec56c28b274779f6c31aaf12360f6b94..3bdf7473d76dc4d26fcd2d90afd20ce24bf35e55 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "font.h"
-#endif
-
 #include "wx/wxprec.h"
 
 #include "wx/string.h"
 #include "wx/fontutil.h"
 
 #include "wx/mac/private.h"
+#ifndef __DARWIN__
 #include <ATSUnicode.h>
+#endif
 
-#if !USE_SHARED_LIBRARIES
 IMPLEMENT_DYNAMIC_CLASS(wxFont, wxGDIObject)
-#endif
 
 class WXDLLEXPORT wxFontRefData: public wxGDIRefData
 {