From dea7436468cb253ee50945b36d09671de637dbfa Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 1 Jun 2019 10:33:03 -0400 Subject: [PATCH] Changed LONGTERMs in windows/ to TODOs. If it's not worth doing soon, it should go in another list of things to do. --- windows/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/main.cpp b/windows/main.cpp index 671c203a..667a41b1 100644 --- a/windows/main.cpp +++ b/windows/main.cpp @@ -87,8 +87,8 @@ bool uiprivSysInit(void *options, uiInitError *err) /* hr = CoInitialize(NULL); if (hr != S_OK && hr != S_FALSE) return uiprivInitReturnHRESULT(err, "CoInitialize() failed", hr); - // LONGTERM initialize COM security - // LONGTERM turn off COM exception handling + // TODO initialize COM security + // TODO turn off COM exception handling */ mainThread = GetCurrentThreadId(); return true;