Skip to content

Commit 025ba69

Browse files
committed
Bug 1986592: Use mingw compatible headers for registry calls in ConfigHelpers. r=handyman
Differential Revision: https://phabricator.services.mozilla.com/D263628
1 parent 3211722 commit 025ba69

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

security/sandbox/win/gtest/TestConfigHelpers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "gmock/gmock.h"
99

1010
#include <string>
11-
#include <winreg.h>
11+
#include <windows.h>
1212

1313
#include "nsLiteralString.h"
1414
#include "sandbox/win/src/sandbox.h"

security/sandbox/win/src/sandboxbroker/ConfigHelpers.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
#include "ConfigHelpers.h"
88

9-
#include <winerror.h>
10-
#include <winreg.h>
9+
#include <windows.h>
1110

1211
#include "mozilla/Logging.h"
1312
#include "nsStringFwd.h"

0 commit comments

Comments
 (0)