зеркало из https://github.com/mozilla/gecko-dev.git
Fix thebes errors in non libXUL and when D3D is not enabled. r+=Bas over irc. a=Bustage Fix
This commit is contained in:
Родитель
7718b11e1e
Коммит
209fbfd5ff
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче