mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Fixed Windows includes.
This commit is contained in:
@@ -30,8 +30,8 @@
|
|||||||
#ifndef CLIENT_WINDOWS_COMMON_IPC_PROTOCOL_H__
|
#ifndef CLIENT_WINDOWS_COMMON_IPC_PROTOCOL_H__
|
||||||
#define CLIENT_WINDOWS_COMMON_IPC_PROTOCOL_H__
|
#define CLIENT_WINDOWS_COMMON_IPC_PROTOCOL_H__
|
||||||
|
|
||||||
#include <Windows.h>
|
#include <windows.h>
|
||||||
#include <DbgHelp.h>
|
#include <dbghelp.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include "common/windows/string_utils-inl.h"
|
#include "common/windows/string_utils-inl.h"
|
||||||
|
@@ -27,7 +27,7 @@
|
|||||||
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
#include <ObjBase.h>
|
#include <objbase.h>
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
@@ -57,8 +57,8 @@
|
|||||||
#define CLIENT_WINDOWS_HANDLER_EXCEPTION_HANDLER_H__
|
#define CLIENT_WINDOWS_HANDLER_EXCEPTION_HANDLER_H__
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <Windows.h>
|
#include <windows.h>
|
||||||
#include <DbgHelp.h>
|
#include <dbghelp.h>
|
||||||
#include <rpc.h>
|
#include <rpc.h>
|
||||||
|
|
||||||
#pragma warning( push )
|
#pragma warning( push )
|
||||||
|
@@ -32,7 +32,7 @@
|
|||||||
#ifndef COMMON_WINDOWS_GUID_STRING_H__
|
#ifndef COMMON_WINDOWS_GUID_STRING_H__
|
||||||
#define COMMON_WINDOWS_GUID_STRING_H__
|
#define COMMON_WINDOWS_GUID_STRING_H__
|
||||||
|
|
||||||
#include <Guiddef.h>
|
#include <guiddef.h>
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
@@ -57,7 +57,7 @@ typedef uint64_t u_int64_t;
|
|||||||
|
|
||||||
#else /* !_WIN32 */
|
#else /* !_WIN32 */
|
||||||
|
|
||||||
#include <WTypes.h>
|
#include <wtypes.h>
|
||||||
|
|
||||||
typedef unsigned __int8 u_int8_t;
|
typedef unsigned __int8 u_int8_t;
|
||||||
typedef unsigned __int16 u_int16_t;
|
typedef unsigned __int16 u_int16_t;
|
||||||
|
Reference in New Issue
Block a user