https://git.reactos.org/?p=reactos.git;a=commitdiff;h=40f360445be03ff99f7d7eddb2be79c0d8d2a752

commit 40f360445be03ff99f7d7eddb2be79c0d8d2a752
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Sun Dec 22 18:38:34 2024 +0100
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Sun Dec 22 18:38:34 2024 +0100

    Merry Christmas time!
---
 ntoskrnl/inbv/bootanim.c  | 2 +-
 ntoskrnl/inbv/bootanim.rc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ntoskrnl/inbv/bootanim.c b/ntoskrnl/inbv/bootanim.c
index bd93399ae59..e9fa08c51c8 100644
--- a/ntoskrnl/inbv/bootanim.c
+++ b/ntoskrnl/inbv/bootanim.c
@@ -32,7 +32,7 @@
  * Enable this define for having fancy features
  * in the boot and shutdown screens.
  */
-// #define REACTOS_FANCY_BOOT
+#define REACTOS_FANCY_BOOT
 
 /*
  * BitBltAligned() alignments
diff --git a/ntoskrnl/inbv/bootanim.rc b/ntoskrnl/inbv/bootanim.rc
index 202ba1088e2..df453891e47 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"

Reply via email to