mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-07 18:38:30 +00:00
Ugh, last change, I promise.
--HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40235
This commit is contained in:
parent
ca827fe7fc
commit
8f217a7f5a
@ -57,7 +57,6 @@
|
|||||||
typedef __int64 int64_t;
|
typedef __int64 int64_t;
|
||||||
typedef unsigned __int64 uint64_t;
|
typedef unsigned __int64 uint64_t;
|
||||||
#elif defined __GNUC__
|
#elif defined __GNUC__
|
||||||
#include <stdint.h>
|
|
||||||
#if !__GLIBC_HAVE_LONG_LONG
|
#if !__GLIBC_HAVE_LONG_LONG
|
||||||
typedef long long int64_t;
|
typedef long long int64_t;
|
||||||
typedef unsigned long long uint64_t;
|
typedef unsigned long long uint64_t;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user