1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-22 08:52:12 +02:00

* Try fixing win compile some more.

This commit is contained in:
Christian Muehlhaeuser 2011-09-10 04:45:44 +02:00
parent 1540b7b5bf
commit 2c180c6123
4 changed files with 11 additions and 8 deletions
thirdparty/liblastfm2/src/ws/win

@ -22,9 +22,11 @@
#define _WIN32_WINNT 0x0400
#endif
#include <objbase.h>
#include <atlbase.h>
#include <atlcom.h>
#include "winable.h"
//#include <objbase.h>
//#include <atlbase.h>
//#include <atlcom.h>
/** @brief WsConnectionMonitor needs Com to work as early as possible so we do this

@ -21,8 +21,8 @@
#define NDIS_EVENTS_H
#include <windows.h>
#include <atlbase.h>
#include <WbemCli.h>
//#include <atlbase.h>
//#include <WbemCli.h>
class NdisEvents
{

@ -21,8 +21,9 @@
#include <QNetworkRequest>
#include <QStringList>
#include <QUrl>
#include <atlbase.h>
#include <atlconv.h>
#include <winhttp.h>
//#include <atlbase.h>
//#include <atlconv.h>
static bool

@ -20,7 +20,7 @@
#ifndef WMISINK_WIN_H
#define WMISINK_WIN_H
#include "WbemCli.h"
#include "wbemcli.h"
// Sink object for WMI NDIS notifications
class WmiSink : public IWbemObjectSink