d3drm/tests: Make object_load_callback() static.
This commit is contained in:
parent
1c07d166f1
commit
118ea982f1
|
@ -613,7 +613,7 @@ static const GUID* refiids[] =
|
||||||
&IID_IDirect3DRMFrame
|
&IID_IDirect3DRMFrame
|
||||||
};
|
};
|
||||||
|
|
||||||
void __cdecl object_load_callback(LPDIRECT3DRMOBJECT object, REFIID objectguid, LPVOID arg)
|
static void __cdecl object_load_callback(LPDIRECT3DRMOBJECT object, REFIID objectguid, LPVOID arg)
|
||||||
{
|
{
|
||||||
ok(object != NULL, "Arg 1 should not be null\n");
|
ok(object != NULL, "Arg 1 should not be null\n");
|
||||||
ok(IsEqualGUID(objectguid, refiids[nb_objects]), "Arg 2 should is incorrect\n");
|
ok(IsEqualGUID(objectguid, refiids[nb_objects]), "Arg 2 should is incorrect\n");
|
||||||
|
|
Loading…
Reference in New Issue