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:
Tom Ritter 2018-01-24 14:25:59 -06:00
Родитель a1f8916fd3
Коммит 2f2511d2e9
5 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -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 {