windowscodecs/tests: Use BOOL type where appropriate

Frédéric Delanoy frederic.delanoy at gmail.com
Sat Oct 5 01:53:54 CDT 2013


---
 dlls/windowscodecs/tests/info.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/windowscodecs/tests/info.c b/dlls/windowscodecs/tests/info.c
index d9159b1..da8d6b8 100644
--- a/dlls/windowscodecs/tests/info.c
+++ b/dlls/windowscodecs/tests/info.c
@@ -63,7 +63,7 @@ static HRESULT get_component_info(const GUID *clsid, IWICComponentInfo **result)
     return hr;
 }
 
-static int is_pixelformat(GUID *format)
+static BOOL is_pixelformat(GUID *format)
 {
     IWICComponentInfo *info;
     HRESULT hr;
-- 
1.8.4




More information about the wine-patches mailing list