]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/apptrait.h
return empty string instead of NULL from mb_str()/wc_str() when conversion fails...
[wxWidgets.git] / include / wx / unix / apptrait.h
index c09cfc48def6b5011f1ea6a1c19ce0268e705f3e..b8dd8e4abfc12dcdf65e34cae6b62f333feb98fd 100644 (file)
@@ -42,7 +42,7 @@ public:
 #endif
 
 #ifdef __DARWIN__
-    #define wxHAS_GUI_SOCKET_MANAGER
+    #define wxHAS_GUI_PROCESS_CALLBACKS
 #endif
 
 class WXDLLIMPEXP_CORE wxGUIAppTraits : public wxGUIAppTraitsBase
@@ -76,12 +76,12 @@ public:
                                                wxArrayString& desc) const;
 #endif // __WXGTK20____
 
-#if defined(__WXDEBUG__) && defined(__WXGTK20__)
+#if defined(__WXGTK20__)
     virtual bool ShowAssertDialog(const wxString& msg);
 #endif
 
 #if wxUSE_SOCKETS && defined(wxHAS_GUI_SOCKET_MANAGER)
-    virtual GSocketManager *GetSocketManager();
+    virtual wxSocketManager *GetSocketManager();
 #endif
 };