зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1490624: Correcting incorrect captitalization of windows.h r=bustage-fix
--HG-- extra : rebase_source : 086899a6cb5817abeff2bef94de57f7a16981f1e
This commit is contained in:
Родитель
816b6b6516
Коммит
b174116dd2
|
@ -4,7 +4,7 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#include <shlwapi.h>
|
||||
#include <winternl.h>
|
||||
#include "gtest/gtest.h"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
|
||||
BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD aReason, LPVOID)
|
||||
{
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
|
||||
BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD aReason, LPVOID)
|
||||
{
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
|
||||
BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD aReason, LPVOID)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче