This commit is contained in:
Bas Schouten 2010-08-18 05:43:49 +02:00
Родитель ec5e7644ec
Коммит cf903af326
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -191,7 +191,7 @@ gfxWindowsPlatform::gfxWindowsPlatform()
NS_RegisterMemoryReporter(new D2DCacheReporter());
mD2DDevice = NULL;
if (isVistaOrHigher && 0) {
if (isVistaOrHigher) {
// We need a DWriteFactory to work.
HMODULE d3d10module = LoadLibraryA("d3d10_1.dll");
D3D10CreateDevice1Func createD3DDevice = (D3D10CreateDevice1Func)