зеркало из https://github.com/mozilla/gecko-dev.git
Bug 685820 - Fix uint64/uint64_t usage breaking the build on OpenBSD/amd64; r=cjones
This commit is contained in:
Родитель
2776431c7a
Коммит
9737b85143
|
@ -382,7 +382,7 @@ struct ParamTraits<mozilla::plugins::NPRemoteWindow>
|
|||
|
||||
static bool Read(const Message* aMsg, void** aIter, paramType* aResult)
|
||||
{
|
||||
uint64_t window;
|
||||
uint64 window;
|
||||
int32_t x, y;
|
||||
uint32_t width, height;
|
||||
NPRect clipRect;
|
||||
|
|
Загрузка…
Ссылка в новой задаче