From 8531710f03420c593e79a5dfe3fdb8063ebbf18c Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 1 Jun 2019 12:11:16 -0400 Subject: [PATCH] More TODOs. --- windows/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/main.cpp b/windows/main.cpp index 667a41b1..46ccdbee 100644 --- a/windows/main.cpp +++ b/windows/main.cpp @@ -42,6 +42,7 @@ static inline void setHInstance(void) ICC_DATE_CLASSES | /* date/time picker */ \ 0) +// TODO add format string warning detection to all these functions, where available #define uiprivInitReturnHRESULT(err, msg, hr) uiprivInitReturnErrorf(err, "%s: 0x%08I32X", msg, hr) static DWORD mainThread;