Fix thebes errors in non libXUL and when D3D is not enabled. r+=Bas over irc. a=Bustage Fix

This commit is contained in:
Justin Wood 2010-08-26 18:26:47 -04:00
Родитель 7718b11e1e
Коммит 209fbfd5ff
2 изменённых файлов: 2 добавлений и 1 удалений

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

@ -265,7 +265,7 @@ CPPSRCS += gfxGDIFont.cpp \
gfxGDIShaper.cpp \
gfxUniscribeShaper.cpp \
$(NULL)
_OS_LIBS = usp10 msimg32
_OS_LIBS = usp10 msimg32 ole32
endif
CPPSRCS += gfxPDFSurface.cpp

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

@ -71,6 +71,7 @@ typedef struct FT_LibraryRec_ *FT_Library;
#endif
#include <windows.h>
#include <objbase.h>
// Utility to get a Windows HDC from a thebes context,
// used by both GDI and Uniscribe font shapers