]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/utilsunx.cpp
Added shared private declarations header privx.h, utils.cpp now shared
[wxWidgets.git] / src / unix / utilsunx.cpp
index 8247bb6f9fd704f3975a52f5bed8be0ae2c5fb6f..171918e24ea3c1cd9e1411dd6515080b04de2887 100644 (file)
@@ -948,6 +948,7 @@ bool wxGetUserName(wxChar *buf, int sz)
     return FALSE;
 }
 
+#ifndef __WXMAC__
 wxString wxGetOsDescription()
 {
 #ifndef WXWIN_OS_DESCRIPTION
@@ -956,6 +957,7 @@ wxString wxGetOsDescription()
     return WXWIN_OS_DESCRIPTION;
 #endif
 }
+#endif
 
 // this function returns the GUI toolkit version in GUI programs, but OS
 // version in non-GUI ones
@@ -1093,7 +1095,7 @@ bool wxSetEnv(const wxString& variable, const wxChar *value)
 
 #include <signal.h>
 
-static void wxFatalSignalHandler(wxTYPE_SA_HANDLER)
+extern "C" void wxFatalSignalHandler(wxTYPE_SA_HANDLER)
 {
     if ( wxTheApp )
     {