mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:06:04 +00:00
[TASKKILL] Sync with Wine 3.0. CORE-14225
This commit is contained in:
parent
819443d39d
commit
f7f635d478
2 changed files with 3 additions and 3 deletions
|
@ -77,7 +77,7 @@ static int taskkill_vprintfW(const WCHAR *msg, __ms_va_list va_args)
|
|||
return count;
|
||||
}
|
||||
|
||||
static int CDECL taskkill_printfW(const WCHAR *msg, ...)
|
||||
static int WINAPIV taskkill_printfW(const WCHAR *msg, ...)
|
||||
{
|
||||
__ms_va_list va_args;
|
||||
int len;
|
||||
|
@ -89,7 +89,7 @@ static int CDECL taskkill_printfW(const WCHAR *msg, ...)
|
|||
return len;
|
||||
}
|
||||
|
||||
static int CDECL taskkill_message_printfW(int msg, ...)
|
||||
static int WINAPIV taskkill_message_printfW(int msg, ...)
|
||||
{
|
||||
__ms_va_list va_args;
|
||||
WCHAR msg_buffer[8192];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue