dsound: Mark enum_callback and search_callback static.
This commit is contained in:
parent
22d7af02e6
commit
a664424c19
|
@ -111,7 +111,7 @@ struct search_data {
|
||||||
GUID *found_guid;
|
GUID *found_guid;
|
||||||
};
|
};
|
||||||
|
|
||||||
BOOL CALLBACK search_callback(GUID *guid, const WCHAR *desc,
|
static BOOL CALLBACK search_callback(GUID *guid, const WCHAR *desc,
|
||||||
const WCHAR *module, void *user)
|
const WCHAR *module, void *user)
|
||||||
{
|
{
|
||||||
struct search_data *search = user;
|
struct search_data *search = user;
|
||||||
|
@ -276,6 +276,7 @@ static HRESULT DSPROPERTY_DescriptionW(
|
||||||
return S_OK;
|
return S_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static
|
||||||
BOOL CALLBACK enum_callback(GUID *guid, const WCHAR *desc, const WCHAR *module,
|
BOOL CALLBACK enum_callback(GUID *guid, const WCHAR *desc, const WCHAR *module,
|
||||||
void *user)
|
void *user)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue