https://git.reactos.org/?p=reactos.git;a=commitdiff;h=38129960420161577efb5…
commit 38129960420161577efb5dbe1f395127e4c288d5
Author: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
AuthorDate: Sun Apr 24 06:14:45 2022 +0200
Commit: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
CommitDate: Sun Dec 24 21:40:36 2023 +0100
[NTOS:INBV] Fix build when INBV_ROTBAR_IMPLEMENTED is not defined.
---
ntoskrnl/inbv/bootanim.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ntoskrnl/inbv/bootanim.c b/ntoskrnl/inbv/bootanim.c
index 0f962956918..331825315b2 100644
--- a/ntoskrnl/inbv/bootanim.c
+++ b/ntoskrnl/inbv/bootanim.c
@@ -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 */