ANSI C fixes.
diff --git a/controls/menu.c b/controls/menu.c index 4f4c712..c2534fa 100644 --- a/controls/menu.c +++ b/controls/menu.c
@@ -756,7 +756,7 @@ BITMAP bm; HBITMAP resBmp = 0; - // Check if there is a magic menu item associated with this item + /* Check if there is a magic menu item associated with this item */ if((LOWORD((int)lpitem->text))<12) { resBmp = MENU_LoadMagicItem((int)lpitem->text, (lpitem->fType & MF_HILITE), @@ -1149,8 +1149,10 @@ HDC hdcMem = CreateCompatibleDC( hdc ); - // Check if there is a magic menu item associated with this item - // and load the appropriate bitmap + /* + * Check if there is a magic menu item associated with this item + * and load the appropriate bitmap + */ if((LOWORD((int)lpitem->text)) < 12) { resBmp = MENU_LoadMagicItem((int)lpitem->text, (lpitem->fState & MF_HILITE),