Bug 1365036 Lowercase Objbase.h so MinGW can find the file r=baku

MozReview-Commit-ID: JCgyym17EO7

--HG--
extra : rebase_source : 2cc153f51f5de6632afa359b9b291a24401fe307
This commit is contained in:
Tom Ritter 2017-05-15 15:34:58 -05:00
Родитель dc14bfd589
Коммит f447134149
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -103,7 +103,7 @@
#include <algorithm>
#include <cmath>
#ifdef XP_WIN
#include "Objbase.h"
#include "objbase.h"
// Some Windows header defines this, so undef it as it conflicts with our
// function of the same name.
#undef GetCurrentTime