зеркало из https://github.com/mozilla/pjs.git
Fix GDI+ string bustage in SVG builds. Bug 234959, patch by Bob Clary
<bc@bclary.com>, r=darin,afri, sr=bzbarsky
This commit is contained in:
Родитель
1f4d1acecd
Коммит
cdaace6a0c
|
@ -50,6 +50,7 @@ REQUIRES = xpcom \
|
|||
dom \
|
||||
necko \
|
||||
content \
|
||||
unicharutil \
|
||||
$(NULL)
|
||||
|
||||
CPPSRCS = \
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
#include <Gdiplus.h>
|
||||
using namespace Gdiplus;
|
||||
|
||||
#include "nsUnicharUtils.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsISVGGlyphMetricsSource.h"
|
||||
#include "nsPromiseFlatString.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче