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

Alexandre Julliard julliard at winehq.org
Tue Nov 12 14:26:36 CST 2013


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

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Tue Nov 12 01:16:39 2013 +0100

shell32: Use BOOL type where appropriate.

---

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

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




More information about the wine-cvs mailing list