From 3e94ba7d90174c8cc5df0d728069827022bfb05a Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Thu, 17 Feb 2011 15:48:32 +0100 Subject: [PATCH] RC: kill a warning on Win32 --- modules/control/rc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/control/rc.c b/modules/control/rc.c index b60c8967c1..473b81d883 100644 --- a/modules/control/rc.c +++ b/modules/control/rc.c @@ -1925,7 +1925,7 @@ static int updateStatistics( intf_thread_t *p_intf, input_item_t *p_item ) } #ifdef WIN32 -bool ReadWin32( intf_thread_t *p_intf, char *p_buffer, int *pi_size ) +static bool ReadWin32( intf_thread_t *p_intf, char *p_buffer, int *pi_size ) { INPUT_RECORD input_record; DWORD i_dw; -- 2.39.2