Bug 1402367 Lowercase windows includes for MinGW build r=dmajor

MozReview-Commit-ID: BUwvFA97lcu

--HG--
extra : rebase_source : b9497034b2d638c8cccc387f19d560cca381ee74
This commit is contained in:
Tom Ritter 2017-09-22 11:02:06 -05:00
Родитель a9e25e23df
Коммит 1a9e967cb3
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -14,8 +14,8 @@
#include "nsThreadUtils.h"
#include "nsWindowsHelpers.h"
#include "prenv.h"
#include <Shlobj.h>
#include <Shlwapi.h>
#include <shlobj.h>
#include <shlwapi.h>
#include <initguid.h>
#include <stdint.h>
#include "mozilla/mscom/EnsureMTA.h"