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

* Fixed Windows includes.

This commit is contained in:
Christian Muehlhaeuser
2012-06-24 18:37:19 +02:00
parent a54e5fbf46
commit 88da871f6a
5 changed files with 7 additions and 7 deletions

View File

@@ -57,8 +57,8 @@
#define CLIENT_WINDOWS_HANDLER_EXCEPTION_HANDLER_H__
#include <stdlib.h>
#include <Windows.h>
#include <DbgHelp.h>
#include <windows.h>
#include <dbghelp.h>
#include <rpc.h>
#pragma warning( push )