d3drm/tests: Make get_refcount return ULONG instead of int.
This commit is contained in:
parent
4415171ab6
commit
5bbbf0aeb4
|
@ -33,7 +33,7 @@
|
|||
ok(count == rc_new, "Invalid refcount. Expected %d got %d\n", rc_new, count); \
|
||||
}
|
||||
|
||||
static int get_refcount(IUnknown *object)
|
||||
static ULONG get_refcount(IUnknown *object)
|
||||
{
|
||||
IUnknown_AddRef( object );
|
||||
return IUnknown_Release( object );
|
||||
|
|
Loading…
Reference in New Issue