Module: wine Branch: master Commit: 48d740855e339f8d15cea672f3291b88d4c5aa58 URL: http://source.winehq.org/git/wine.git/?a=commit;h=48d740855e339f8d15cea672f3... Author: Andrew Talbot <Andrew.Talbot(a)talbotville.com> Date: Sat Mar 17 10:34:08 2007 +0000 user32: Replace inline static with static inline. --- dlls/user32/button.c | 14 +++++++------- dlls/user32/class.c | 6 +++--- dlls/user32/driver16.c | 2 +- dlls/user32/hook.c | 6 +++--- dlls/user32/hook16.c | 4 ++-- dlls/user32/listbox.c | 2 +- dlls/user32/menu.c | 2 +- dlls/user32/message.c | 26 +++++++++++++------------- dlls/user32/scroll.c | 2 +- dlls/user32/spy.c | 4 ++-- dlls/user32/sysparams.c | 2 +- dlls/user32/winproc.c | 2 +- dlls/user32/wnd16.c | 2 +- 13 files changed, 37 insertions(+), 37 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=48d740855e339f8d15cea6...