@@ -1145,8 +1145,8 @@ ExpInitializeExecutive(IN ULONG Cpu,
11451145 {
11461146 /* Get the service pack string */
11471147 Status = RtlFindMessage (NtosEntry -> DllBase ,
1148- 11 ,
1149- 0 ,
1148+ RT_MESSAGETABLE ,
1149+ MAKELANGID ( LANG_NEUTRAL , SUBLANG_NEUTRAL ) ,
11501150 WINDOWS_NT_CSD_STRING ,
11511151 & MsgEntry );
11521152 if (NT_SUCCESS (Status ))
@@ -1434,8 +1434,8 @@ Phase1InitializationDiscard(IN PVOID Context)
14341434
14351435 /* Find the banner message */
14361436 MsgStatus = RtlFindMessage (NtosEntry -> DllBase ,
1437- 11 ,
1438- 0 ,
1437+ RT_MESSAGETABLE ,
1438+ MAKELANGID ( LANG_NEUTRAL , SUBLANG_NEUTRAL ) ,
14391439 WINDOWS_NT_BANNER ,
14401440 & MsgEntry );
14411441
@@ -1623,8 +1623,8 @@ Phase1InitializationDiscard(IN PVOID Context)
16231623
16241624 /* Get the information string from our resource file */
16251625 MsgStatus = RtlFindMessage (NtosEntry -> DllBase ,
1626- 11 ,
1627- 0 ,
1626+ RT_MESSAGETABLE ,
1627+ MAKELANGID ( LANG_NEUTRAL , SUBLANG_NEUTRAL ) ,
16281628 KeNumberProcessors > 1 ?
16291629 WINDOWS_NT_INFO_STRING_PLURAL :
16301630 WINDOWS_NT_INFO_STRING ,
@@ -1797,8 +1797,8 @@ Phase1InitializationDiscard(IN PVOID Context)
17971797
17981798 /* Find the message to print out */
17991799 Status = RtlFindMessage (NtosEntry -> DllBase ,
1800- 11 ,
1801- 0 ,
1800+ RT_MESSAGETABLE ,
1801+ MAKELANGID ( LANG_NEUTRAL , SUBLANG_NEUTRAL ) ,
18021802 MessageCode ,
18031803 & MsgEntry );
18041804 if (NT_SUCCESS (Status ))
@@ -1817,8 +1817,8 @@ Phase1InitializationDiscard(IN PVOID Context)
18171817 {
18181818 /* Find the message to print out */
18191819 Status = RtlFindMessage (NtosEntry -> DllBase ,
1820- 11 ,
1821- 0 ,
1820+ RT_MESSAGETABLE ,
1821+ MAKELANGID ( LANG_NEUTRAL , SUBLANG_NEUTRAL ) ,
18221822 BOOTLOG_ENABLED ,
18231823 & MsgEntry );
18241824 if (NT_SUCCESS (Status ))
0 commit comments