[NTOS:INBV] Fix build when INBV_ROTBAR_IMPLEMENTED is not defined.

This commit is contained in:
Hermès Bélusca-Maïto 2022-04-24 06:14:45 +02:00
parent f74a2aac8c
commit 3812996042
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -602,8 +602,10 @@ DisplayBootBitmap(
#endif
}
#else
#ifdef INBV_ROTBAR_IMPLEMENTED
/* Use default status bar */
Bar = InbvGetResourceAddress(IDB_BAR_WKSTA);
#endif
#endif
/* Make sure we have a logo */