Fixed some issues found by winapi_check.

This commit is contained in:
Patrik Stridvall 2002-08-30 00:01:37 +00:00 committed by Alexandre Julliard
parent d6b45453a0
commit 81735bed7c
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ typedef struct
{ {
const char ch; const char ch;
const char *subst; const char *subst;
} CHARMAP[]; } CHARMAP_ENTRY;
FORMAT format = FORMAT format =
@ -77,7 +77,7 @@ FORMAT format =
"\n</article>\n" "\n</article>\n"
}; };
CHARMAP charmap = CHARMAP_ENTRY charmap[] =
{{'Æ', "AElig"}, {{'Æ', "AElig"},
{'Á', "Aacute"}, {'Á', "Aacute"},
{'Â', "Acirc"}, {'Â', "Acirc"},