shell32: Fix return type for helper functions of SHFileOption.

Zhenbo Li litimetal at gmail.com
Mon Aug 31 08:07:32 CDT 2015


SHFileOperation returns int, but its helper functions return DWORD.
Although there should be no real world problems, this patch can make the 
code clear.

Thanks to Matteo Bruni's suggestion.

---
  dlls/shell32/shlfileop.c | 11 ++++++-----
  1 file changed, 6 insertions(+), 5 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-shell32-Fix-return-type-for-helper-functions-of-SHFile.txt
Type: text/x-patch
Size: 1701 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20150831/fe8bc279/attachment.bin>


More information about the wine-patches mailing list