mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
* Try fixing win compile some more.
This commit is contained in:
8
thirdparty/liblastfm2/src/ws/win/ComSetup.h
vendored
8
thirdparty/liblastfm2/src/ws/win/ComSetup.h
vendored
@@ -22,9 +22,11 @@
|
|||||||
#define _WIN32_WINNT 0x0400
|
#define _WIN32_WINNT 0x0400
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <objbase.h>
|
#include "winable.h"
|
||||||
#include <atlbase.h>
|
|
||||||
#include <atlcom.h>
|
//#include <objbase.h>
|
||||||
|
//#include <atlbase.h>
|
||||||
|
//#include <atlcom.h>
|
||||||
|
|
||||||
|
|
||||||
/** @brief WsConnectionMonitor needs Com to work as early as possible so we do this
|
/** @brief WsConnectionMonitor needs Com to work as early as possible so we do this
|
||||||
|
@@ -21,8 +21,8 @@
|
|||||||
#define NDIS_EVENTS_H
|
#define NDIS_EVENTS_H
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <atlbase.h>
|
//#include <atlbase.h>
|
||||||
#include <WbemCli.h>
|
//#include <WbemCli.h>
|
||||||
|
|
||||||
class NdisEvents
|
class NdisEvents
|
||||||
{
|
{
|
||||||
|
5
thirdparty/liblastfm2/src/ws/win/Pac.cpp
vendored
5
thirdparty/liblastfm2/src/ws/win/Pac.cpp
vendored
@@ -21,8 +21,9 @@
|
|||||||
#include <QNetworkRequest>
|
#include <QNetworkRequest>
|
||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
#include <QUrl>
|
#include <QUrl>
|
||||||
#include <atlbase.h>
|
#include <winhttp.h>
|
||||||
#include <atlconv.h>
|
//#include <atlbase.h>
|
||||||
|
//#include <atlconv.h>
|
||||||
|
|
||||||
|
|
||||||
static bool
|
static bool
|
||||||
|
2
thirdparty/liblastfm2/src/ws/win/WmiSink.h
vendored
2
thirdparty/liblastfm2/src/ws/win/WmiSink.h
vendored
@@ -20,7 +20,7 @@
|
|||||||
#ifndef WMISINK_WIN_H
|
#ifndef WMISINK_WIN_H
|
||||||
#define WMISINK_WIN_H
|
#define WMISINK_WIN_H
|
||||||
|
|
||||||
#include "WbemCli.h"
|
#include "wbemcli.h"
|
||||||
|
|
||||||
// Sink object for WMI NDIS notifications
|
// Sink object for WMI NDIS notifications
|
||||||
class WmiSink : public IWbemObjectSink
|
class WmiSink : public IWbemObjectSink
|
||||||
|
Reference in New Issue
Block a user