Bug 630844 - gfxWindowsPlatform.cpp fails to cross compile on case-sensitive OSes after landing bug 629611 r=jdaggett a=joe

This commit is contained in:
Jacek Caban 2011-02-04 13:41:06 +00:00
Родитель 34cd933970
Коммит e69282d83f
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -76,8 +76,8 @@
#endif
#endif
#include <Shlobj.h>
#include <Shlwapi.h>
#include <shlobj.h>
#include <shlwapi.h>
#ifdef CAIRO_HAS_D2D_SURFACE
#include "gfxD2DSurface.h"