1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-19 08:52:34 +01:00

Ugh, last change, I promise.

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40235
This commit is contained in:
Scott Ehlert 2006-07-20 11:12:46 +00:00
parent ca827fe7fc
commit 8f217a7f5a

View File

@ -57,7 +57,6 @@
typedef __int64 int64_t;
typedef unsigned __int64 uint64_t;
#elif defined __GNUC__
#include <stdint.h>
#if !__GLIBC_HAVE_LONG_LONG
typedef long long int64_t;
typedef unsigned long long uint64_t;