diff --git a/redo/windows/text.c b/redo/windows/text.c index 727eb517..fea00742 100644 --- a/redo/windows/text.c +++ b/redo/windows/text.c @@ -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)