Attempts to make it compile in Unicode mode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7245 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-04-23 12:39:45 +00:00
parent c20c8cb95d
commit f9a07d0026
8 changed files with 35 additions and 12 deletions

View File

@@ -146,7 +146,7 @@ WXDLLEXPORT_DATA(extern wxMBConv *) wxConvCurrent;
// ----------------------------------------------------------------------------
// filenames are multibyte on Unix and probably widechar on Windows?
#if defined(__UNIX__) || defined(__BORLANDC__)
#if defined(__UNIX__) || defined(__WIN32__)
#define wxMBFILES 1
#else
#define wxMBFILES 0