1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 17:43:59 +02:00

* Another final win fix... :-/

This commit is contained in:
Christian Muehlhaeuser
2011-09-10 05:05:48 +02:00
parent 7b5ab89fef
commit 77b0adaf7f

View File

@@ -42,7 +42,7 @@ NdisEvents::~NdisEvents()
HRESULT
NdisEvents::registerForNdisEvents()
{
HRESULT hr = m_pLocator.CoCreateInstance(CLSID_WbemLocator);
HRESULT hr = 0; // m_pLocator.CoCreateInstance(CLSID_WbemLocator);
if (FAILED(hr))
return hr;