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

* Fixed Windows includes.

This commit is contained in:
Christian Muehlhaeuser
2012-06-24 18:37:19 +02:00
parent 66a74ad6e2
commit 44546763b9
5 changed files with 7 additions and 7 deletions

View File

@@ -57,7 +57,7 @@ typedef uint64_t u_int64_t;
#else /* !_WIN32 */
#include <WTypes.h>
#include <wtypes.h>
typedef unsigned __int8 u_int8_t;
typedef unsigned __int16 u_int16_t;