riched20: Use BOOL type where appropriate

Frédéric Delanoy frederic.delanoy at gmail.com
Mon Oct 7 15:49:37 CDT 2013


---
 dlls/riched20/editor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/riched20/editor.c b/dlls/riched20/editor.c
index 6e7ffae..4e3d978 100644
--- a/dlls/riched20/editor.c
+++ b/dlls/riched20/editor.c
@@ -253,7 +253,7 @@ HANDLE me_heap = NULL;
 static BOOL ME_ListBoxRegistered = FALSE;
 static BOOL ME_ComboBoxRegistered = FALSE;
 
-static inline int is_version_nt(void)
+static inline BOOL is_version_nt(void)
 {
     return !(GetVersion() & 0x80000000);
 }
-- 
1.8.4




More information about the wine-patches mailing list