]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/helpers.h
wxWindowsPrinter::Print ignored the "All pages" option, instead it was using the...
[wxWidgets.git] / wxPython / src / helpers.h
index 69ee25816ec40f79dc952ee0d0f7898fb9d2d9c0..55f28dbc7c0db4e4f6c50bc3e0fa082be3f635d1 100644 (file)
 #include <wx/wx.h>
 #include <wx/geometry.h>
 
+//---------------------------------------------------------------------------
+#ifdef __WXMAC__  // avoid a bug in Carbon headers
+#define scalb scalbn
+#endif
 //---------------------------------------------------------------------------
 
 typedef unsigned char byte;