https://git.reactos.org/?p=reactos.git;a=commitdiff;h=08afb1f4b4dc95c0f374f…
commit 08afb1f4b4dc95c0f374f63724f5c234784b2163
Author: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
AuthorDate: Fri Feb 9 11:59:55 2024 +0100
Commit: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
CommitDate: Fri Feb 9 12:00:01 2024 +0100
[NTOS:INBV] Don't include the fancy splashscreen logo as well
CORE-19449
---
ntoskrnl/inbv/bootanim.rc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ntoskrnl/inbv/bootanim.rc b/ntoskrnl/inbv/bootanim.rc
index df453891e47..202ba1088e2 100644
--- a/ntoskrnl/inbv/bootanim.rc
+++ b/ntoskrnl/inbv/bootanim.rc
@@ -23,7 +23,7 @@ IDB_SERVER_HEADER BITMAP "inbv/resources/hserver.bmp"
IDB_SERVER_FOOTER BITMAP "inbv/resources/fserver.bmp"
/* ReactOS additions */
-IDB_LOGO_XMAS BITMAP "inbv/resources/logo_xmas.bmp"
+//IDB_LOGO_XMAS BITMAP "inbv/resources/logo_xmas.bmp"
IDB_ROTATING_LINE BITMAP "inbv/resources/line.bmp"
IDB_PROGRESS_BAR BITMAP "inbv/resources/progress.bmp"
IDB_COPYRIGHT BITMAP "inbv/resources/copyright.bmp"