mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[NTOS:INBV] Fix build when INBV_ROTBAR_IMPLEMENTED is not defined.
This commit is contained in:
parent
f74a2aac8c
commit
3812996042
1 changed files with 2 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue