]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/mslu.cpp
Restored the ability to set the background colour for a toolbar on Windows
[wxWidgets.git] / src / msw / mslu.cpp
index eba45e13d7a619a1e3f843430da573047fa6a47a..f6f373a965cae8e2b10c0c1b17b281e95a136eea 100644 (file)
@@ -169,6 +169,14 @@ WXDLLIMPEXP_BASE int wxMSLU__tremove(const wxChar *name)
         return _tremove(name);
 }
 
+WXDLLIMPEXP_BASE FILE* wxMSLU__tfopen(const wxChar *name,const wxChar* mode)
+{
+    if ( wxUsingUnicowsDll() )
+        return fopen(wxConvFile.cWX2MB(name),wxConvFile.cWX2MB(mode));
+    else
+        return _tfopen(name,mode);
+}
+
 #if defined( __VISUALC__ ) \
     || ( defined(__MINGW32__) && wxCHECK_W32API_VERSION( 0, 5 ) ) \
     || ( defined(__MWERKS__) && defined(__WXMSW__) ) \