Module: wine Branch: refs/heads/master Commit: 57a579ffcdb5505eface5208b39accc994ae6778 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=57a579ffcdb5505eface5208...
Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Tue Jan 24 14:00:32 2006 +0100
Make more arrays const.
---
dlls/comctl32/tests/comboex.c | 12 ++++++------ dlls/comctl32/tests/progress.c | 2 +- dlls/dbghelp/symbol.c | 2 +- dlls/kernel/comm.c | 2 +- dlls/msacm/winemp3/common.c | 8 ++++---- dlls/msi/dialog.c | 2 +- dlls/msi/helpers.c | 4 ++-- dlls/ntdll/atom.c | 2 +- dlls/oleaut32/oleaut.c | 4 ++-- dlls/oleaut32/tests/typelib.c | 2 +- dlls/riched20/caret.c | 2 +- dlls/riched20/editor.c | 8 ++++---- dlls/riched20/para.c | 2 +- dlls/secur32/negotiate.c | 7 +++---- dlls/secur32/secur32.c | 12 ++++++------ dlls/secur32/secur32_priv.h | 4 ++-- dlls/urlmon/umon.c | 2 +- dlls/user/tests/edit.c | 6 +++--- dlls/winmm/mci.c | 2 +- programs/explorer/explorer.c | 4 ++-- tools/wmc/mcl.c | 38 +++++++++++++++++++------------------- tools/wrc/wrc.c | 2 +- 22 files changed, 64 insertions(+), 65 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=57a579ffcdb5505eface...