]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filefn.cpp
Workaround for GTK+ sensitivity bug
[wxWidgets.git] / src / common / filefn.cpp
index fa231134e553e91bf52c3933bcd3dd7b27e08d6b..1406932e2a1b7041c72b506249abdd8edcd6a2d3 100644 (file)
@@ -294,9 +294,10 @@ wxString wxPathList::FindAbsoluteValidPath (const wxString& file) const
 }
 
 // ----------------------------------------------------------------------------
-// miscellaneous global functions (TOFIX!)
+// miscellaneous global functions
 // ----------------------------------------------------------------------------
 
+#if WXWIN_COMPATIBILITY_2_8
 static inline wxChar* MYcopystring(const wxString& s)
 {
     wxChar* copy = new wxChar[s.length() + 1];
@@ -309,6 +310,7 @@ static inline CharType* MYcopystring(const CharType* s)
     CharType* copy = new CharType[wxStrlen(s) + 1];
     return wxStrcpy(copy, s);
 }
+#endif
 
 
 bool