mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +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];
|
||||
|
|
|
@ -229,7 +229,7 @@ ReactOS shares the following programs with Winehq.
|
|||
reactos/base/applications/cmdutils/cscript # Synced to WineStaging-2.9
|
||||
reactos/base/applications/cmdutils/reg # Synced to Wine-3.0
|
||||
reactos/base/applications/cmdutils/schtasks # Synced to WineStaging-2.9
|
||||
reactos/base/applications/cmdutils/taskkill # Synced to WineStaging-2.9
|
||||
reactos/base/applications/cmdutils/taskkill # Synced to Wine-3.0
|
||||
reactos/base/applications/cmdutils/wmic # Synced to WineStaging-2.9
|
||||
reactos/base/applications/cmdutils/wscript # Synced to WineStaging-2.9
|
||||
reactos/base/applications/cmdutils/xcopy # Synced to WineStaging-2.9
|
||||
|
|
Loading…
Reference in a new issue