Index: ntoskrnl/inbv/inbv.c =================================================================== --- ntoskrnl/inbv/inbv.c (revision 61195) +++ ntoskrnl/inbv/inbv.c (working copy) @@ -685,9 +685,7 @@ PVOID Header, Band, Text, Screen; ROT_BAR_TYPE TempRotBarSelection = RB_UNSPECIFIED; -#ifdef CORE_6781_resolved UCHAR Buffer[64]; -#endif /* Check if the system thread has already been created */ if (SysThreadCreated) @@ -797,7 +795,6 @@ /* Display the boot logo and fade it in */ BootImageFadeIn(); -#ifdef CORE_6781_resolved /* Check for non-workstation products */ if (SharedUserData->NtProductType != NtProductWinNt) { @@ -809,15 +806,10 @@ /* In setup mode, you haven't selected a SKU yet */ if (ExpInTextModeSetup) Text = NULL; } -#endif } -#ifdef CORE_6781_resolved /* Draw the SKU text if it exits */ - if (Text) InbvBitBlt(Text, 180, 121); -#else - DBG_UNREFERENCED_LOCAL_VARIABLE(Text); -#endif + if (Text) InbvBitBlt(Text, 212, 89); /* Draw the progress bar bit */ // if (Bar) InbvBitBlt(Bar, 0, 0);