Commit 516e6dd9 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winealsa.drv: Make functions static where possible.

This helps detect dead code.
parent 4f75dd8c
......@@ -142,7 +142,7 @@ static HKEY reg_open_hkcu_key( const WCHAR *name, ULONG name_len )
return key;
}
ULONG reg_query_value( HKEY hkey, const WCHAR *name,
static ULONG reg_query_value( HKEY hkey, const WCHAR *name,
KEY_VALUE_PARTIAL_INFORMATION *info, ULONG size )
{
unsigned int name_size = name ? wcslen( name ) * sizeof(WCHAR) : 0;
......
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