Commit 8b72102b authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

urlmon: Make some data const.

parent 1d5f0f41
......@@ -300,13 +300,13 @@ static void on_progress(Binding *This, ULONG progress, ULONG progress_max,
static void dump_BINDINFO(BINDINFO *bi)
{
static const char *BINDINFOF_str[] = {
static const char * const BINDINFOF_str[] = {
"#0",
"BINDINFOF_URLENCODESTGMEDDATA",
"BINDINFOF_URLENCODEDEXTRAINFO"
};
static const char *BINDVERB_str[] = {
static const char * const BINDVERB_str[] = {
"BINDVERB_GET",
"BINDVERB_POST",
"BINDVERB_PUT",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment