Fix a comment mentioning the now removed ANSI build

Speaking of ANSI build was confusing, so don't.
This commit is contained in:
Vadim Zeitlin 2023-03-27 16:31:29 +01:00
parent 133fd7faa1
commit 7fba58c743

View file

@ -1685,7 +1685,7 @@ public:
// conversions with (possible) format conversions: have to return a
// buffer with temporary data
//
// the functions defined (in either Unicode or ANSI) mode are mb_str() to
// All builds of the library define the same functions: mb_str() to
// return an ANSI (multibyte) string, wc_str() to return a wide string and
// fn_str() to return a string which should be used with the OS APIs
// accepting the file names. The return value is always the same, but the