quartz/tests: Use BOOL type where appropriate.
This commit is contained in:
parent
ec5da171e6
commit
4b94239a3b
|
@ -57,7 +57,7 @@ static int count_threads(void)
|
|||
return threads;
|
||||
}
|
||||
|
||||
static int create_avisplitter(void)
|
||||
static BOOL create_avisplitter(void)
|
||||
{
|
||||
HRESULT hr;
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
static IUnknown *pDSRender = NULL;
|
||||
|
||||
static int create_dsound_renderer(void)
|
||||
static BOOL create_dsound_renderer(void)
|
||||
{
|
||||
HRESULT hr;
|
||||
|
||||
|
|
Loading…
Reference in New Issue