]> git.saurik.com Git - wxWidgets.git/commitdiff
don't define wxMBFILES for Borland, this breaks compilation with wxUSE_UNICODE_MSLU...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 27 Nov 2006 21:48:21 +0000 (21:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 27 Nov 2006 21:48:21 +0000 (21:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/strconv.h

index c56ae9af2f206189494de646f46fc8e2864116e5..d48ae1e44b7ded6cb1a440d3fe98b332b1c4ea79 100644 (file)
@@ -460,8 +460,8 @@ extern WXDLLIMPEXP_DATA_BASE(wxMBConv *) wxConvUI;
 // filename conversion macros
 // ----------------------------------------------------------------------------
 
-// filenames are multibyte on Unix and probably widechar on Windows?
-#if defined(__UNIX__) || defined(__BORLANDC__) || defined(__WXMAC__ )
+// filenames are multibyte on Unix and widechar on Windows
+#if defined(__UNIX__) || defined(__WXMAC__)
     #define wxMBFILES 1
 #else
     #define wxMBFILES 0