mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 04:57:58 +02:00
CR feedback
This commit is contained in:
parent
9963d8cbe7
commit
122a70cbb2
3 changed files with 5 additions and 4 deletions
|
@ -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!";
|
||||
|
|
Loading…
Reference in a new issue