Module: wine Branch: master Commit: b6f934fe337fe5567203080e2687307f1db184e0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b6f934fe337fe5567203080e26...
Author: Frédéric Delanoy frederic.delanoy@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