- At the boot
screen, the version compiled under Windows shows
"Service Pack 1" correctly, but the version compiled under Linux
shows "Service Pac 1"
I see this "Service Pac 1" in ReactOS compiled under Windows with GCC 4.1.2
(from RosBE).
In ExpInitializeExecutive():
...
ANSI_STRING CsdString;
...
RtlInitAnsiString(&CsdString, MsgEntry->Text);
CsdString.Length -= sizeof(UNICODE_NULL);
...
Why Unicode?