CR feedback

This commit is contained in:
David Kelly 2016-12-16 17:17:10 -08:00 committed by Seth Alves
parent 9963d8cbe7
commit 122a70cbb2
3 changed files with 5 additions and 4 deletions

View file

@ -49,7 +49,8 @@ QString FingerprintUtils::getMachineFingerprintString() {
HRESULT hres;
IWbemLocator *pLoc = NULL;
// initialize com
// initialize com. Interface already does, but other
// users of this lib don't necessarily do so.
hres = CoInitializeEx(0, COINIT_MULTITHREADED);
if (FAILED(hres)) {
qDebug() << "Failed to initialize COM library!";