From 6a7d0d87ebe94c876045fdb113a1f05ae10d505e Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 4 Jun 2015 15:05:47 -0400 Subject: [PATCH] Removed a TODO about Vista-specific options for Windows text functions; there are none relevent to us. --- redo/windows/text.c | 2 -- 1 file changed, 2 deletions(-) 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)