зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1431797 Correct the capitalization of headers inside the chromium code so MinGW can compile r=bobowen
MozReview-Commit-ID: DFlruq4iIUe --HG-- extra : rebase_source : a883cb8264292143a90846f02a548c7da68fb168
This commit is contained in:
Родитель
a1f8916fd3
Коммит
2f2511d2e9
|
@ -12,7 +12,7 @@
|
||||||
// "Community Additions" comment on MSDN here:
|
// "Community Additions" comment on MSDN here:
|
||||||
// http://msdn.microsoft.com/en-us/library/windows/desktop/aa387694.aspx
|
// http://msdn.microsoft.com/en-us/library/windows/desktop/aa387694.aspx
|
||||||
#define SystemFunction036 NTAPI SystemFunction036
|
#define SystemFunction036 NTAPI SystemFunction036
|
||||||
#include <NTSecAPI.h>
|
#include <ntsecapi.h>
|
||||||
#undef SystemFunction036
|
#undef SystemFunction036
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
// The Windows 8 SDK defines FACILITY_VISUALCPP in winerror.h.
|
// The Windows 8 SDK defines FACILITY_VISUALCPP in winerror.h.
|
||||||
#undef FACILITY_VISUALCPP
|
#undef FACILITY_VISUALCPP
|
||||||
#endif
|
#endif
|
||||||
#include <DelayIMP.h>
|
#include <delayimp.h>
|
||||||
|
|
||||||
namespace base {
|
namespace base {
|
||||||
namespace win {
|
namespace win {
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#ifndef SANDBOX_SRC_ACL_H_
|
#ifndef SANDBOX_SRC_ACL_H_
|
||||||
#define SANDBOX_SRC_ACL_H_
|
#define SANDBOX_SRC_ACL_H_
|
||||||
|
|
||||||
#include <AccCtrl.h>
|
#include <accctrl.h>
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
#include "sandbox/win/src/broker_services.h"
|
#include "sandbox/win/src/broker_services.h"
|
||||||
|
|
||||||
#include <AclAPI.h>
|
#include <aclapi.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
// "Community Additions" comment on MSDN here:
|
// "Community Additions" comment on MSDN here:
|
||||||
// http://msdn.microsoft.com/en-us/library/windows/desktop/aa387694.aspx
|
// http://msdn.microsoft.com/en-us/library/windows/desktop/aa387694.aspx
|
||||||
#define SystemFunction036 NTAPI SystemFunction036
|
#define SystemFunction036 NTAPI SystemFunction036
|
||||||
#include <NTSecAPI.h>
|
#include <ntsecapi.h>
|
||||||
#undef SystemFunction036
|
#undef SystemFunction036
|
||||||
|
|
||||||
namespace sandbox {
|
namespace sandbox {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче