Changed LONGTERMs in windows/ to TODOs. If it's not worth doing soon, it should go in another list of things to do.

This commit is contained in:
Pietro Gagliardi 2019-06-01 10:33:03 -04:00
parent f2ce4c8f56
commit dea7436468
1 changed files with 2 additions and 2 deletions

View File

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