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:
parent
1540b7b5bf
commit
2c180c6123
thirdparty/liblastfm2/src/ws/win
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
|
||||
#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
|
||||
{
|
||||
|
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 <QStringList>
|
||||
#include <QUrl>
|
||||
#include <atlbase.h>
|
||||
#include <atlconv.h>
|
||||
#include <winhttp.h>
|
||||
//#include <atlbase.h>
|
||||
//#include <atlconv.h>
|
||||
|
||||
|
||||
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
|
||||
#define WMISINK_WIN_H
|
||||
|
||||
#include "WbemCli.h"
|
||||
#include "wbemcli.h"
|
||||
|
||||
// Sink object for WMI NDIS notifications
|
||||
class WmiSink : public IWbemObjectSink
|
||||
|
Loading…
x
Reference in New Issue
Block a user