Fixed some issues found by winapi_check.

oldstable
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 *subst;
} CHARMAP[];
} CHARMAP_ENTRY;
FORMAT format =
@ -77,7 +77,7 @@ FORMAT format =
"\n</article>\n"
};
CHARMAP charmap =
CHARMAP_ENTRY charmap[] =
{{'Æ', "AElig"},
{'Á', "Aacute"},
{'Â', "Acirc"},