d3dcompiler_43: Use BOOL type where appropriate.
This commit is contained in:
parent
5117af69a7
commit
27947d2662
|
@ -661,7 +661,7 @@ static BOOL STDMETHODCALLTYPE d3dcompiler_shader_reflection_IsSampleFrequencySha
|
|||
{
|
||||
FIXME("iface %p stub!\n", iface);
|
||||
|
||||
return 0;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
static UINT STDMETHODCALLTYPE d3dcompiler_shader_reflection_GetNumInterfaceSlots(
|
||||
|
|
Loading…
Reference in New Issue