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:
bzbarsky%mit.edu 2004-02-20 07:41:06 +00:00
parent c0ad926a1b
commit 0665b89dda
2 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@ REQUIRES = xpcom \
dom \
necko \
content \
unicharutil \
$(NULL)
CPPSRCS = \

View File

@ -44,6 +44,7 @@
#include <Gdiplus.h>
using namespace Gdiplus;
#include "nsUnicharUtils.h"
#include "nsCOMPtr.h"
#include "nsISVGGlyphMetricsSource.h"
#include "nsPromiseFlatString.h"