mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:57:59 +02:00
CR feedback
This commit is contained in:
parent
126ae52cb4
commit
0553dbdcb7
3 changed files with 5 additions and 4 deletions
|
@ -49,7 +49,8 @@ QString FingerprintUtils::getMachineFingerprintString() {
|
||||||
HRESULT hres;
|
HRESULT hres;
|
||||||
IWbemLocator *pLoc = NULL;
|
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);
|
hres = CoInitializeEx(0, COINIT_MULTITHREADED);
|
||||||
if (FAILED(hres)) {
|
if (FAILED(hres)) {
|
||||||
qDebug() << "Failed to initialize COM library!";
|
qDebug() << "Failed to initialize COM library!";
|
||||||
|
|
Loading…
Reference in a new issue