mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1125929 - Fix identifier conflict between dtoa.c and windows.h; r=terrence
--HG-- extra : rebase_source : 668ac7495548ad5aa3b9359d2ca81c23c3741753
This commit is contained in:
parent
b8022bae5d
commit
1049c9a95c
@ -509,3 +509,6 @@ js_DestroyDtoaState(DtoaState *state)
|
||||
{
|
||||
destroydtoa(state);
|
||||
}
|
||||
|
||||
/* Cleanup pollution from dtoa.c */
|
||||
#undef Bias
|
||||
|
Loading…
Reference in New Issue
Block a user