summaryrefslogtreecommitdiffstats
path: root/third_party/libjingle
diff options
context:
space:
mode:
authorzork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-21 20:53:39 +0000
committerzork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-21 20:53:39 +0000
commit00bb04380cd76943ec66366e315122f9f7670b98 (patch)
treecca8e4f99046e0d1484597305408188a06ee3cc7 /third_party/libjingle
parent059878c500342832119e65c6c455d2aea619c2d4 (diff)
downloadchromium_src-00bb04380cd76943ec66366e315122f9f7670b98.zip
chromium_src-00bb04380cd76943ec66366e315122f9f7670b98.tar.gz
chromium_src-00bb04380cd76943ec66366e315122f9f7670b98.tar.bz2
Fix unit test compiling on Linux
Review URL: http://codereview.chromium.org/295034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29704 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libjingle')
-rw-r--r--third_party/libjingle/overrides/talk/base/basictypes.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/libjingle/overrides/talk/base/basictypes.h b/third_party/libjingle/overrides/talk/base/basictypes.h
index 3196ab3..9de73d4 100644
--- a/third_party/libjingle/overrides/talk/base/basictypes.h
+++ b/third_party/libjingle/overrides/talk/base/basictypes.h
@@ -16,8 +16,6 @@
#define INT_TYPES_DEFINED
#ifdef COMPILER_MSVC
typedef __int64 int64;
-#else
-typedef long long int64;
#endif /* COMPILER_MSVC */
#ifdef COMPILER_MSVC
@@ -27,8 +25,6 @@ typedef __int64 int64;
#define UINT64_C(x) x ## UI64
#define INT64_F "I64"
#else
-typedef unsigned long long uint64;
-typedef long long int64;
#ifndef INT64_C
#define INT64_C(x) x ## LL
#endif