]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/helpers.h
update from Tsolakos Stavros
[wxWidgets.git] / wxPython / src / helpers.h
index 17c73fae138daa5457d2c998a096b24223cf97bf..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;
@@ -459,14 +463,12 @@ public:
     // virtual int FilterEvent(wxEvent& event); // This one too????
 
 
-    static bool GetMacDefaultEncodingIsPC();
     static bool GetMacSupportPCMenuShortcuts();
     static long GetMacAboutMenuItemId();
     static long GetMacPreferencesMenuItemId();
     static long GetMacExitMenuItemId();
     static wxString GetMacHelpMenuTitleName();
 
-    static void SetMacDefaultEncodingIsPC(bool val);
     static void SetMacSupportPCMenuShortcuts(bool val);
     static void SetMacAboutMenuItemId(long val);
     static void SetMacPreferencesMenuItemId(long val);