unicode correction for mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -580,7 +580,7 @@
|
||||
#define wxStrxfrm strxfrm
|
||||
|
||||
// stdio.h functions
|
||||
#if defined(__WXMAC__) && !defined(__DARWIN__) && !defined(wxUSE_UNICODE)
|
||||
#if defined(__WXMAC__) && !defined(__DARWIN__) && !wxUSE_UNICODE
|
||||
#include <stdio.h>
|
||||
WXDLLIMPEXP_BASE FILE * wxFopen(const wxChar *path, const wxChar *mode);
|
||||
WXDLLIMPEXP_BASE FILE * wxFreopen(const wxChar *path, const wxChar *mode, FILE *stream);
|
||||
|
Reference in New Issue
Block a user