Commit 027f68c3 authored by David Menestrina's avatar David Menestrina Committed by Jean-Baptiste Kempf

int16 -> int16_t

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent f92ab361
......@@ -154,7 +154,7 @@ NPError NPP_SetValue( NPP instance, NPNVariable variable, void *value )
* Mac-only API calls
*****************************************************************************/
#ifdef XP_MACOSX
int16 NPP_HandleEvent( NPP instance, void * event )
int16_t NPP_HandleEvent( NPP instance, void * event )
{
static UInt32 lastMouseUp = 0;
if( instance == NULL )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment