Bug 1394868 Fix include casing in VTableBuilder.h to fix MinGW build r=aklotz

MozReview-Commit-ID: 8YHKyOOd7S5

--HG--
extra : rebase_source : d1ae0def3418235632b2ac8d671d4e8d3f6fa2b4
This commit is contained in:
Tom Ritter 2017-08-29 11:34:58 -05:00
Родитель 51f7139dc5
Коммит ecc4b5ef67
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -8,7 +8,7 @@
#define mozilla_mscom_VTableBuilder_h
#include <stdint.h>
#include <Unknwn.h>
#include <unknwn.h>
#if defined(__cplusplus)
extern "C" {