Index: branches/azimutz/trunkAutoResolution/i386/boot2/options.c =================================================================== --- branches/azimutz/trunkAutoResolution/i386/boot2/options.c (revision 1084) +++ branches/azimutz/trunkAutoResolution/i386/boot2/options.c (revision 1085) @@ -1047,7 +1047,7 @@ if (gDeviceCount) { showMenu( menuItems, gDeviceCount, selectIndex, kMenuTopRow + 2, kMenuMaxItems ); - nextRow += min( gDeviceCount, kMenuMaxItems ) + 3; + nextRow += MIN( gDeviceCount, kMenuMaxItems ) + 3; } // Show the boot prompt.