Added wxFopen to the MSLU code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -299,7 +299,11 @@
|
||||
#define wxFgetc _fgettc
|
||||
#define wxFgetchar _fgettchar
|
||||
#define wxFgets _fgetts
|
||||
#define wxFopen _tfopen
|
||||
#if wxUSE_UNICODE_MSLU
|
||||
#define wxFopen wxMSLU__tfopen
|
||||
#else
|
||||
#define wxFopen _tfopen
|
||||
#endif
|
||||
#define wxFputc _fputtc
|
||||
#define wxFputchar _fputtchar
|
||||
#define wxFprintf _ftprintf
|
||||
|
Reference in New Issue
Block a user