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

Enable building breakpad on windows

This commit is contained in:
Dominik Schmidt
2011-09-24 01:33:46 +02:00
parent 18d9360ad3
commit e4e9f1bec8
7 changed files with 73 additions and 65 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;