msvcrtd: Use BOOL type where appropriate

Frédéric Delanoy frederic.delanoy at gmail.com
Mon Feb 10 16:33:09 CST 2014


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

diff --git a/dlls/msvcrtd/tests/debug.c b/dlls/msvcrtd/tests/debug.c
index f73fef1..9055db1 100644
--- a/dlls/msvcrtd/tests/debug.c
+++ b/dlls/msvcrtd/tests/debug.c
@@ -36,7 +36,7 @@ static void * (__cdecl *pMSVCRTD_operator_new_dbg)(size_t, int, const char *, in
 #define SETNOFAIL(x,y) x = (void*)GetProcAddress(hModule,y)
 #define SET(x,y) do { SETNOFAIL(x,y); ok(x != NULL, "Export '%s' not found\n", y); } while(0)
 
-static int init_functions(void)
+static BOOL init_functions(void)
 {
   HMODULE hModule = LoadLibraryA("msvcrtd.dll");
 
-- 
1.8.5.2




More information about the wine-patches mailing list