mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-14 01:54:07 +02:00
* Another final win fix... :-/
This commit is contained in:
@@ -42,7 +42,7 @@ NdisEvents::~NdisEvents()
|
|||||||
HRESULT
|
HRESULT
|
||||||
NdisEvents::registerForNdisEvents()
|
NdisEvents::registerForNdisEvents()
|
||||||
{
|
{
|
||||||
HRESULT hr = m_pLocator.CoCreateInstance(CLSID_WbemLocator);
|
HRESULT hr = 0; // m_pLocator.CoCreateInstance(CLSID_WbemLocator);
|
||||||
if (FAILED(hr))
|
if (FAILED(hr))
|
||||||
return hr;
|
return hr;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user