update to SWI's latest

This commit is contained in:
Vitor Santos Costa
2014-03-06 02:03:10 +00:00
parent aba6d5741e
commit 23a7a52841
5 changed files with 70 additions and 44 deletions

2
swi/console/menu.c Normal file → Executable file
View File

@@ -103,7 +103,7 @@ lookupMenuId(UINT id)
return NULL;
}
int
static int
insertMenu(HMENU in, const TCHAR *label, const TCHAR *before)
{ if ( !before )
{ if ( !label )