]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/utils.cpp
supress warning about in custom build steps with VC7+ (temporary workaround until...
[wxWidgets.git] / src / palmos / utils.cpp
index c8d8d849088c24b76fea28d52e80ba403c581343..f63cfb67ee3b972c8aad0425ba30c51ac72985e4 100644 (file)
@@ -103,9 +103,9 @@ const wxChar* wxGetHomeDir(wxString *pstr)
     return NULL;
 }
 
-wxChar *wxGetUserHome(const wxString& WXUNUSED(user))
+wxString wxGetUserHome(const wxString& WXUNUSED(user))
 {
-    return NULL;
+    return wxString();
 }
 
 bool wxGetDiskSpace(const wxString& path, wxDiskspaceSize_t *pTotal, wxDiskspaceSize_t *pFree)
@@ -122,10 +122,12 @@ bool wxGetEnv(const wxString& var, wxString *value)
     return false;
 }
 
+#if ! WXWIN_COMPATIBILITY_2_8
 bool wxSetEnv(const wxString& var, const wxChar *value)
 {
     return false;
 }
+#endif // ! WXWIN_COMPATIBILITY_2_8
 
 bool wxUnsetEnv(const wxString& var)
 {