Commit 120dac41 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

widl: Constify a character string.

parent a2473d29
......@@ -400,7 +400,7 @@ void write_dlldata(const statement_list_t *stmts)
dlldata = fopen(dlldata_name, "r");
if (dlldata) {
static char marker[] = "REFERENCE_PROXY_FILE";
static const char marker[] = "REFERENCE_PROXY_FILE";
static const char delegation_define[] = "#define PROXY_DELEGATION";
char *line = NULL;
size_t len = 0;
......
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