Bug 1444169 Fix capitalization for a few Windows files r=aklotz

MozReview-Commit-ID: BlWgIVobOBK

--HG--
extra : rebase_source : 71a8052c562aa7be510e3a4c13a0ca698a04a5ac
This commit is contained in:
Tom Ritter 2018-03-08 14:49:59 -06:00
Родитель 708ab75339
Коммит f572733682
5 изменённых файлов: 4 добавлений и 8 удалений

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

@ -7,7 +7,7 @@
#ifndef mozilla_a11y_HandlerDataCleanup_h
#define mozilla_a11y_HandlerDataCleanup_h
#include <OleAuto.h>
#include <oleauto.h>
#include "HandlerData.h"
namespace mozilla {

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

@ -35,11 +35,7 @@
#include "D3D11ShareHandleImage.h"
#include "DeviceAttachmentsD3D11.h"
#ifdef __MINGW32__
#include <versionhelpers.h> // For IsWindows8OrGreater
#else
#include <VersionHelpers.h> // For IsWindows8OrGreater
#endif
#include <winsdkver.h>
namespace mozilla {

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

@ -11,7 +11,7 @@
#include <windows.h>
#include <winnt.h>
#include <ImageHlp.h>
#include <imagehlp.h>
#include <iostream>
#include <set>
#include <sstream>

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

@ -14,7 +14,7 @@
#include <windows.h>
#include <winnt.h>
#include <ImageHlp.h>
#include <imagehlp.h>
namespace CrashReporter {

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

@ -22,7 +22,7 @@
#include <stdio.h>
#include <sys/types.h>
#include <windows.h>
#include <Psapi.h>
#include <psapi.h>
namespace fuzzer {