Index: third_party/libjingle/overrides/talk/base/basictypes.h |
=================================================================== |
--- third_party/libjingle/overrides/talk/base/basictypes.h (revision 117833) |
+++ third_party/libjingle/overrides/talk/base/basictypes.h (working copy) |
@@ -60,4 +60,9 @@ |
(reinterpret_cast<uint8*>(((reinterpret_cast<uintptr_t>(p) + \ |
((t)-1)) & ~((t)-1)))) |
+// LIBJINGLE_DEFINE_STATIC_LOCAL() is a libjingle's copy |
+// of CR_DEFINE_STATIC_LOCAL(). |
+#define LIBJINGLE_DEFINE_STATIC_LOCAL(type, name, arguments) \ |
+ CR_DEFINE_STATIC_LOCAL(type, name, arguments) |
+ |
#endif // OVERRIDES_TALK_BASE_BASICTYPES_H__ |