mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 20:01:50 +00:00
Bug 1757415 - Undef small in ContentEventHandler.cpp to avoid conflicting with the definition in rpcndr.h from the Windows SDK. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D139849
This commit is contained in:
parent
82a6eea4e8
commit
7e3d69d382
@ -41,6 +41,11 @@
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
// Work around conflicting define in rpcndr.h
|
||||
#if defined(small)
|
||||
# undef small
|
||||
#endif // defined(small)
|
||||
|
||||
namespace mozilla {
|
||||
|
||||
using namespace dom;
|
||||
|
Loading…
x
Reference in New Issue
Block a user