mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 680868 - pldhash.cpp fails to compile on mingw-w64 r=benjamin
This commit is contained in:
parent
185cab595a
commit
6f8d9b5235
@ -135,7 +135,7 @@ PL_DHashStringKey(PLDHashTable *table, const void *key)
|
||||
PLDHashNumber
|
||||
PL_DHashVoidPtrKeyStub(PLDHashTable *table, const void *key)
|
||||
{
|
||||
return (PLDHashNumber)(unsigned long)key >> 2;
|
||||
return (PLDHashNumber)(PRPtrdiff)key >> 2;
|
||||
}
|
||||
|
||||
PRBool
|
||||
|
Loading…
Reference in New Issue
Block a user