Commit 4b94239a authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

quartz/tests: Use BOOL type where appropriate.

parent ec5da171
...@@ -57,7 +57,7 @@ static int count_threads(void) ...@@ -57,7 +57,7 @@ static int count_threads(void)
return threads; return threads;
} }
static int create_avisplitter(void) static BOOL create_avisplitter(void)
{ {
HRESULT hr; HRESULT hr;
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
static IUnknown *pDSRender = NULL; static IUnknown *pDSRender = NULL;
static int create_dsound_renderer(void) static BOOL create_dsound_renderer(void)
{ {
HRESULT hr; HRESULT hr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment