mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:35:40 +00:00
Fix Build. Seriously this time ;)
svn path=/trunk/; revision=47874
This commit is contained in:
parent
86f4c22185
commit
e53a466981
2 changed files with 3 additions and 3 deletions
|
@ -65,7 +65,7 @@ static const WCHAR FMTWSTR[] = { '%','s',0 };
|
|||
*/
|
||||
static LPWSTR load_messageW( HMODULE module, UINT id, WORD lang )
|
||||
{
|
||||
PRTL_MESSAGE_RESOURCE_ENTRY mre;
|
||||
PMESSAGE_RESOURCE_ENTRY mre;
|
||||
WCHAR *buffer;
|
||||
NTSTATUS status;
|
||||
|
||||
|
@ -100,7 +100,7 @@ static LPWSTR load_messageW( HMODULE module, UINT id, WORD lang )
|
|||
*/
|
||||
static LPSTR load_messageA( HMODULE module, UINT id, WORD lang )
|
||||
{
|
||||
PRTL_MESSAGE_RESOURCE_ENTRY mre;
|
||||
PMESSAGE_RESOURCE_ENTRY mre;
|
||||
char *buffer;
|
||||
NTSTATUS status;
|
||||
|
||||
|
|
|
@ -221,7 +221,7 @@ CsrpFormatMessages(
|
|||
NTSTATUS Status;
|
||||
UNICODE_STRING FileNameU, TempStringU, FormatU;
|
||||
ANSI_STRING FormatA;
|
||||
PRTL_MESSAGE_RESOURCE_ENTRY MessageResource;
|
||||
PMESSAGE_RESOURCE_ENTRY MessageResource;
|
||||
PWSTR FormatString;
|
||||
ULONG Size, ExceptionCode;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue