Commit 3e94ba7d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

RC: kill a warning on Win32

parent 8cabcc78
...@@ -1925,7 +1925,7 @@ static int updateStatistics( intf_thread_t *p_intf, input_item_t *p_item ) ...@@ -1925,7 +1925,7 @@ static int updateStatistics( intf_thread_t *p_intf, input_item_t *p_item )
} }
#ifdef WIN32 #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; INPUT_RECORD input_record;
DWORD i_dw; DWORD i_dw;
......
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