Missing LINKAGEMODE on static declaration (for OS/2).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -270,7 +270,7 @@ struct wxHtmlEntityInfo
|
||||
unsigned code;
|
||||
};
|
||||
|
||||
static int compar_entity(const void *key, const void *item)
|
||||
static int LINKAGEMODE compar_entity(const void *key, const void *item)
|
||||
{
|
||||
return wxStrcmp((wxChar*)key, ((wxHtmlEntityInfo*)item)->name);
|
||||
}
|
||||
|
Reference in New Issue
Block a user