Remove typedef redefined which break linux build

This commit is contained in:
Xele02 2013-01-21 01:22:00 +01:00
parent b5037341aa
commit c02c9e6bdd

View file

@ -32,9 +32,6 @@
#include <algorithm>
#include <string.h> // for memcpy and memset
typedef unsigned long long uint64;
typedef unsigned int uint32;
using namespace std;
static uint64 UNALIGNED_LOAD64(const char *p) {