mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 15:51:37 +00:00
Bug 1441914 - Fix Windows build on a CLOSED TREE r=me
Don't use MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS; it's unneeded here right now, and occludes "PSM::Result" on Windows. --HG-- extra : transplant_source : %B9%24%7FR%A8%1B%B0%3B%D44%ED%C5%3F%CD%1E%96%1F%22m%A3
This commit is contained in:
parent
e8b42871cc
commit
08d83d7258
@ -68,7 +68,6 @@ enum DistrustedCAPolicy : uint32_t {
|
||||
DistrustSymantecRoots = 0b0001,
|
||||
DistrustSymantecRootsRegardlessOfDate = 0b0010,
|
||||
};
|
||||
MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS(DistrustedCAPolicy)
|
||||
|
||||
// Bitmask by nsNSSComponent to check for wholly-invalid values; be sure to
|
||||
// update this to account for new entries in DistrustedCAPolicy.
|
||||
|
Loading…
x
Reference in New Issue
Block a user