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:
Robert Roebling
2005-01-07 18:48:30 +00:00
parent c34db1bee3
commit cf9d4c6766
3 changed files with 14 additions and 1 deletions

View File

@@ -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