Landing static build changes for OS2 Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch. Bug #85283 r=mkaply r=waterson

This commit is contained in:
cls@seawood.org 2007-09-06 11:40:58 -07:00
parent 873623f692
commit eefa6208c4

View File

@ -119,7 +119,7 @@ BOOL ExtTextOut(HPS aPS, int X, int Y, UINT fuOptions, const RECTL* lprc,
BOOL IsDBCS();
extern nsGfxModuleData gModuleData;
extern nsGfxModuleData gGfxModuleData;
#ifndef min
#define min(a,b) (((a) < (b)) ? (a) : (b))