X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4055ed8281971e3d35bf04177193c27043d42ed1..d5ae99f5e8dca72f160d7002576a3736dccb6f65:/include/wx/wxchar.h diff --git a/include/wx/wxchar.h b/include/wx/wxchar.h index fdfb0da05f..45ccbc1c16 100644 --- a/include/wx/wxchar.h +++ b/include/wx/wxchar.h @@ -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