Hmm, seems Borland also doesn't want wchar_t in fopen() and friends
(correct me if I'm wrong?) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -237,7 +237,7 @@ WXDLLEXPORT_DATA(extern wxCSConv) wxConv_local;
|
|||||||
WXDLLEXPORT_DATA(extern wxMBConv *) wxConv_current;
|
WXDLLEXPORT_DATA(extern wxMBConv *) wxConv_current;
|
||||||
|
|
||||||
// filenames are multibyte on Unix and probably widechar on Windows?
|
// filenames are multibyte on Unix and probably widechar on Windows?
|
||||||
#ifdef __UNIX__
|
#if defined(__UNIX__) || defined(__BORLANDC__)
|
||||||
#define wxMBFILES 1
|
#define wxMBFILES 1
|
||||||
#else
|
#else
|
||||||
#define wxMBFILES 0
|
#define wxMBFILES 0
|
||||||
|
Reference in New Issue
Block a user