Use "static const" rather than "const static" as gcc -W complains
commita1f9a1399759f7ff040878b778bcc0338a20249f
authorFrancois Gouget <fgouget@free.fr>
Thu, 6 Oct 2005 11:38:45 +0000 (6 11:38 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 6 Oct 2005 11:38:45 +0000 (6 11:38 +0000)
treeee04dda3777cf95ece0d91c58d60ac2a1ec0ee5d
parent593ab4cac4c1c2ba19a359c0e833d69331fea5c5
Use "static const" rather than "const static" as gcc -W complains
about the former.
dlls/comctl32/rebar.c
dlls/comctl32/status.c
dlls/comctl32/tab.c
dlls/comctl32/theming.c
dlls/commdlg/filedlg.c
dlls/commdlg/printdlg.c
dlls/ole32/tests/storage32.c
dlls/shell32/enumidlist.c
dlls/shell32/shfldr_desktop.c
dlls/shell32/tests/shlfolder.c
programs/winefile/winefile.c