mirror of
https://github.com/reactos/wine.git
synced 2025-01-22 03:49:02 +00:00
msi: Make find_table() static.
This commit is contained in:
parent
1e8abc3984
commit
2649761175
@ -149,7 +149,7 @@ static UINT add_row(MSIWHEREVIEW *wv, UINT vals[])
|
||||
return ERROR_SUCCESS;
|
||||
}
|
||||
|
||||
JOINTABLE *find_table(MSIWHEREVIEW *wv, UINT col, UINT *table_col)
|
||||
static JOINTABLE *find_table(MSIWHEREVIEW *wv, UINT col, UINT *table_col)
|
||||
{
|
||||
JOINTABLE *table = wv->tables;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user