[NTOS:INBV] Refactor boot screen code and resources (#1649)
[reactos.git] / ntoskrnl / include / resource.h
index bb400bb..e2537b4 100644 (file)
@@ -40,5 +40,7 @@
 
 /* ReactOS additions */
 #define IDB_ROTATING_LINE   19
+#define IDB_PROGRESS_BAR    20
+#define IDB_COPYRIGHT       21
 
-#define IDB_MAX_RESOURCE    IDB_ROTATING_LINE
+#define IDB_MAX_RESOURCE    IDB_COPYRIGHT