mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
06d4be6bc2
commit
b5467dabff
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user