]> git.sesse.net Git - vlc/commit
mozilla: fix integer types
authorJean-Paul Saman <jean-paul.saman@m2x.nl>
Tue, 17 Mar 2009 13:28:12 +0000 (14:28 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 14 May 2009 17:03:04 +0000 (19:03 +0200)
commit76deff7339593550f9be674c02427357cb1e20f8
treea0d88ae78640b9ae0f5297c38bdcc863414b9286
parent8dca1aa104455ea62779a4781e9411b93f5ac6a6
mozilla: fix integer types

(u)int16 -> (u)int16_t
(u)int32 -> (u)int32_t
(cherry picked from commit 53ec8a45e5945db7a452238447e83a8b630c8a79)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
projects/mozilla/support/npunix.c
projects/mozilla/support/npwin.cpp