mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
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:
parent
c0ad926a1b
commit
0665b89dda
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user