[ros-dev] Differences in Windows and Linux builds

hto at mail.cnt.ru hto at mail.cnt.ru
Sun May 13 21:16:45 CEST 2007


>> - 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?


More information about the Ros-dev mailing list