added workaround for Unicode functions not working under MSLU
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13258 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -80,7 +80,11 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxEmptyString;
|
||||
#define wxTell _tell
|
||||
|
||||
#if wxUSE_UNICODE
|
||||
#define wxOpen _wopen
|
||||
#if wxUSE_UNICODE_MSLU
|
||||
WXDLLEXPORT int wxOpen(const wxChar *name, int flags, int mode);
|
||||
#else
|
||||
#define wxOpen _wopen
|
||||
#endif
|
||||
#define wxAccess _waccess
|
||||
|
||||
#define wxMkDir _wmkdir
|
||||
|
Reference in New Issue
Block a user