shell32: Use BOOL type where appropriate

Frédéric Delanoy frederic.delanoy at gmail.com
Mon Nov 11 18:16:39 CST 2013


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

diff --git a/dlls/shell32/shfldr_desktop.c b/dlls/shell32/shfldr_desktop.c
index c4072b7..2910106 100644
--- a/dlls/shell32/shfldr_desktop.c
+++ b/dlls/shell32/shfldr_desktop.c
@@ -615,7 +615,7 @@ static HRESULT WINAPI ISF_Desktop_fnGetDisplayNameOf (IShellFolder2 * iface,
         {
             if (GET_SHGDN_FOR (dwFlags) & SHGDN_FORPARSING)
             {
-                int bWantsForParsing;
+                BOOL bWantsForParsing;
 
                 /*
                  * We can only get a filesystem path from a shellfolder if the
-- 
1.8.4.2




More information about the wine-patches mailing list