Bug 685820 - Fix uint64/uint64_t usage breaking the build on OpenBSD/amd64; r=cjones

This commit is contained in:
Landry Breuil 2011-09-20 17:20:51 +01:00
Родитель 2776431c7a
Коммит 9737b85143
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -382,7 +382,7 @@ struct ParamTraits<mozilla::plugins::NPRemoteWindow>
static bool Read(const Message* aMsg, void** aIter, paramType* aResult) static bool Read(const Message* aMsg, void** aIter, paramType* aResult)
{ {
uint64_t window; uint64 window;
int32_t x, y; int32_t x, y;
uint32_t width, height; uint32_t width, height;
NPRect clipRect; NPRect clipRect;