]> 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 e0da4651b1d7fe4acc1bf2992c5eaa6be0681e4e..f63cfb67ee3b972c8aad0425ba30c51ac72985e4 100644 (file)
@@ -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)
 {