Make our ascii strings static const.
commitcfc3943c5f658ebd8c4144ca0e7c81b8c455d402
authorFrancois Gouget <fgouget@free.fr>
Tue, 4 May 2004 04:13:05 +0000 (4 04:13 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 4 May 2004 04:13:05 +0000 (4 04:13 +0000)
treeb2833f50df4edcaa82d277f4a2c6c2b9ee09411f
parentff39b877a4acdb8a4ae0e1fdaa6c5dc6e850827d
Make our ascii strings static const.
Remove a couple string variables that were used only once and use the
string literal directly.
36 files changed:
dlls/comctl32/header.c
dlls/gdi/printdrv.c
dlls/iphlpapi/ipstats.c
dlls/kernel/tests/mailslot.c
dlls/kernel/tests/pipe.c
dlls/msvcrt/tests/file.c
dlls/msvcrt/tests/scanf.c
dlls/msvcrt/tests/string.c
dlls/ole32/storage32.c
dlls/shlwapi/reg.c
dlls/urlmon/umon.c
dlls/user/tests/resource.c
dlls/wineps/download.c
dlls/wineps/pen.c
dlls/wineps/ps.c
dlls/wineps/psdrv.h
dlls/wineps/type42.c
dlls/x11drv/wineclipsrv.c
dlls/x11drv/xrender.c
programs/clock/main.c
programs/cmdlgtst/cmdlgtst.c
programs/wcmd/batch.c
programs/wcmd/builtins.c
programs/wcmd/directory.c
programs/wcmd/wcmd.h
programs/wcmd/wcmdmain.c
programs/winetest/main.c
programs/winetest/send.c
programs/winhelp/string.c
programs/winhelp/winhelp.h
tools/widl/widl.c
tools/wmc/mcl.c
tools/wmc/mcy.y
tools/wmc/utils.c
tools/wrc/readres.c
tools/wrc/wrc.c