Nikolay Sivov : shell32: Use ARRAY_SIZE macro.

Alexandre Julliard julliard at winehq.org
Mon Mar 19 18:32:50 CDT 2018


Module: wine
Branch: master
Commit: 612a1941331485725952d34f3dcd5866fc318dc2
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=612a1941331485725952d34f3dcd5866fc318dc2

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Mon Mar 19 10:11:27 2018 +0300

shell32: Use ARRAY_SIZE macro.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/shell32/assoc.c            |  2 +-
 dlls/shell32/autocomplete.c     |  2 +-
 dlls/shell32/brsfolder.c        |  6 ++----
 dlls/shell32/classes.c          |  2 +-
 dlls/shell32/control.c          | 34 +++++++++++++----------------
 dlls/shell32/dde.c              |  2 +-
 dlls/shell32/dialogs.c          |  4 ++--
 dlls/shell32/recyclebin.c       | 18 ++++++----------
 dlls/shell32/shell32_main.c     |  6 +++---
 dlls/shell32/shell32_main.h     |  2 ++
 dlls/shell32/shelldispatch.c    |  2 +-
 dlls/shell32/shelllink.c        | 13 +++++-------
 dlls/shell32/shellole.c         |  4 ++--
 dlls/shell32/shellord.c         |  8 +++----
 dlls/shell32/shellpath.c        | 47 ++++++++++++++++++++++-------------------
 dlls/shell32/shfldr_desktop.c   | 16 ++++++--------
 dlls/shell32/shfldr_fs.c        | 10 ++++-----
 dlls/shell32/shfldr_netplaces.c |  9 +++-----
 dlls/shell32/shfldr_unixfs.c    | 10 ++++-----
 dlls/shell32/shlexec.c          | 16 +++++++-------
 dlls/shell32/shlfileop.c        | 11 +++++-----
 dlls/shell32/shlmenu.c          |  2 +-
 dlls/shell32/shlview.c          |  2 +-
 dlls/shell32/systray.c          | 11 +++++-----
 dlls/shell32/xdg.c              |  6 ++----
 25 files changed, 114 insertions(+), 131 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=612a1941331485725952d34f3dcd5866fc318dc2



More information about the wine-cvs mailing list