Kaydet (Commit) ffa7f7b8 authored tarafından Michael Stahl's avatar Michael Stahl

connectivity: mozabdrv: avoid warning C4005 macro redefinition

Both winnls.h (included via windows.h) and mozilla nsCharTraits.h
define macro IS_HIGH_SURROGATE/IS_LOW_SURROGATE; it turns out that
the nsEmbedAPI.h that drags in winodws.h is apparently unused.

Change-Id: If5189c58dc1fe3a508a360a270337f97333e0ce8
üst 3dadfa5a
...@@ -39,7 +39,6 @@ ...@@ -39,7 +39,6 @@
#pragma disable_warn #pragma disable_warn
// somewhere in the files included directly or indirectly in nsString.h, warnings are enabled, again // somewhere in the files included directly or indirectly in nsString.h, warnings are enabled, again
#endif #endif
#include "nsEmbedAPI.h"
#include "nsDirectoryService.h" #include "nsDirectoryService.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment