Removed a TODO about Vista-specific options for Windows text functions; there are none relevent to us.
This commit is contained in:
parent
efc5e9c801
commit
6a7d0d87eb
|
@ -3,8 +3,6 @@
|
|||
|
||||
// see http://stackoverflow.com/a/29556509/3408572
|
||||
|
||||
// TODO windows vista only options
|
||||
|
||||
#define MBTWC(str, wstr, bufsiz) MultiByteToWideChar(CP_UTF8, 0, str, -1, wstr, bufsiz)
|
||||
|
||||
WCHAR *toUTF16(const char *str)
|
||||
|
|
Loading…
Reference in New Issue