diff options
Diffstat (limited to 'third_party/libjingle/README.chromium')
-rw-r--r-- | third_party/libjingle/README.chromium | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/libjingle/README.chromium b/third_party/libjingle/README.chromium index 80223dd..3259d69 100644 --- a/third_party/libjingle/README.chromium +++ b/third_party/libjingle/README.chromium @@ -35,3 +35,6 @@ Local Modifications: * Renamed "talk/xmpp/constants.*" to "talk/xmpp/xmppconstants.*" to get around an IncrediBuild link error. Apparently IncrediBuild can become confused when two compilation units have the same filename. + * Added a #define guard to libjingle's base/logging.h to prevent the + LOG() macros from being redefined when included by users of the + library. The #define guard is SAFE_TO_DEFINE_TALK_BASE_LOGGING_MACROS. |