Removed a TODO about Vista-specific options for Windows text functions; there are none relevent to us.

This commit is contained in:
Pietro Gagliardi 2015-06-04 15:05:47 -04:00
parent efc5e9c801
commit 6a7d0d87eb
1 changed files with 0 additions and 2 deletions

View File

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