Commit 81735bed authored by Patrik Stridvall's avatar Patrik Stridvall Committed by Alexandre Julliard

Fixed some issues found by winapi_check.

parent d6b45453
......@@ -48,7 +48,7 @@ typedef struct
{
const char ch;
const char *subst;
} CHARMAP[];
} CHARMAP_ENTRY;
FORMAT format =
......@@ -77,7 +77,7 @@ FORMAT format =
"\n</article>\n"
};
CHARMAP charmap =
CHARMAP_ENTRY charmap[] =
{{'', "AElig"},
{'', "Aacute"},
{'', "Acirc"},
......
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