quartz/tests: Use BOOL type where appropriate.

This commit is contained in:
Frédéric Delanoy 2013-10-25 00:19:08 +02:00 committed by Alexandre Julliard
parent ec5da171e6
commit 4b94239a3b
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ static int count_threads(void)
return threads;
}
static int create_avisplitter(void)
static BOOL create_avisplitter(void)
{
HRESULT hr;

View File

@ -39,7 +39,7 @@
static IUnknown *pDSRender = NULL;
static int create_dsound_renderer(void)
static BOOL create_dsound_renderer(void)
{
HRESULT hr;