mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[XCOPY] Sync with Wine 3.0. CORE-14225
This commit is contained in:
parent
f7f635d478
commit
502927fd0e
2 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ static WCHAR *XCOPY_LoadMessage(UINT id) {
|
|||
* and hence required WriteConsoleW to output it, however if file i/o is
|
||||
* redirected, it needs to be WriteFile'd using OEM (not ANSI) format
|
||||
* ========================================================================= */
|
||||
static int __cdecl XCOPY_wprintf(const WCHAR *format, ...) {
|
||||
static int WINAPIV XCOPY_wprintf(const WCHAR *format, ...) {
|
||||
|
||||
static WCHAR *output_bufW = NULL;
|
||||
static char *output_bufA = NULL;
|
||||
|
|
|
@ -232,7 +232,7 @@ reactos/base/applications/cmdutils/schtasks # 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
|
||||
reactos/base/applications/cmdutils/xcopy # Synced to Wine-3.0
|
||||
reactos/base/applications/games/winmine # Synced to WineStaging-2.16 with our own resources.
|
||||
reactos/base/applications/extrac32 # Synced to WineStaging-2.9
|
||||
reactos/base/applications/iexplore # Synced to WineStaging-2.9
|
||||
|
|
Loading…
Reference in a new issue