]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/dcprint.cpp
Return the correct encoding for X font spec construction
[wxWidgets.git] / src / mac / classic / dcprint.cpp
index caa8d1c3bf01a1f916594ef726e99cec08400ba0..f141bf4085e316d39da4ae57f4b86a60742cd9e9 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:       wxWidgets licence
+// Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
 
 #include "wx/dcprint.h"
 #include "wx/msgdlg.h"
-#include <math.h>
+#include "wx/math.h"
 #include "wx/mac/uma.h"
 #include "wx/mac/private/print.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_CLASS(wxPrinterDC, wxDC)
-#endif
 
 class wxNativePrinterDC
 {