mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:36:11 +00:00
[PSDK]: Get rid of unused variable.
svn path=/trunk/; revision=48715
This commit is contained in:
parent
70e3baab3e
commit
65fc01dc92
1 changed files with 2 additions and 4 deletions
|
@ -528,10 +528,9 @@ char *
|
|||
gai_strerrorA(
|
||||
IN int ecode)
|
||||
{
|
||||
DWORD dwMsgLen;
|
||||
static char buff[GAI_STRERROR_BUFFER_SIZE + 1];
|
||||
|
||||
dwMsgLen = FormatMessageA(FORMAT_MESSAGE_FROM_SYSTEM
|
||||
FormatMessageA(FORMAT_MESSAGE_FROM_SYSTEM
|
||||
|FORMAT_MESSAGE_IGNORE_INSERTS
|
||||
|FORMAT_MESSAGE_MAX_WIDTH_MASK,
|
||||
NULL,
|
||||
|
@ -549,10 +548,9 @@ WCHAR *
|
|||
gai_strerrorW(
|
||||
IN int ecode)
|
||||
{
|
||||
DWORD dwMsgLen;
|
||||
static WCHAR buff[GAI_STRERROR_BUFFER_SIZE + 1];
|
||||
|
||||
dwMsgLen = FormatMessageW(FORMAT_MESSAGE_FROM_SYSTEM
|
||||
FormatMessageW(FORMAT_MESSAGE_FROM_SYSTEM
|
||||
|FORMAT_MESSAGE_IGNORE_INSERTS
|
||||
|FORMAT_MESSAGE_MAX_WIDTH_MASK,
|
||||
NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue