Module: wine Branch: master Commit: 74ab88ca97efc870fc5094d1be825b12fb8fad37 URL: http://source.winehq.org/git/wine.git/?a=commit;h=74ab88ca97efc870fc5094d1be... Author: Andrew Talbot <Andrew.Talbot(a)talbotville.com> Date: Sat Mar 17 10:16:06 2007 +0000 comctl32: Replace inline static with static inline. --- dlls/comctl32/comboex.c | 12 +++++----- dlls/comctl32/header.c | 8 +++--- dlls/comctl32/hotkey.c | 4 +- dlls/comctl32/rebar.c | 20 ++++++++-------- dlls/comctl32/status.c | 2 +- dlls/comctl32/toolbar.c | 18 +++++++------- dlls/comctl32/tooltips.c | 18 +++++++------- dlls/comctl32/trackbar.c | 54 +++++++++++++++++++++++----------------------- 8 files changed, 68 insertions(+), 68 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=74ab88ca97efc870fc5094...