=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: mciqtz32: Use BOOL type where appropriate.

Alexandre Julliard julliard at winehq.org
Thu Oct 24 13:18:56 CDT 2013


Module: wine
Branch: master
Commit: 2e9aa0c5998f3a95686b00ed03eb034cb08f40f0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2e9aa0c5998f3a95686b00ed03eb034cb08f40f0

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Thu Oct 24 00:40:25 2013 +0200

mciqtz32: Use BOOL type where appropriate.

---

 dlls/mciqtz32/mciqtz.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mciqtz32/mciqtz.c b/dlls/mciqtz32/mciqtz.c
index eb77929..e25af89 100644
--- a/dlls/mciqtz32/mciqtz.c
+++ b/dlls/mciqtz32/mciqtz.c
@@ -261,7 +261,7 @@ err:
 
     if (wma->uninit)
         CoUninitialize();
-    wma->uninit = 0;
+    wma->uninit = FALSE;
 
     return MCIERR_INTERNAL;
 }




More information about the wine-cvs mailing list