[XCOPY] Sync with Wine 3.0. CORE-14225
authorAmine Khaldi <amine.khaldi@reactos.org>
Sun, 21 Jan 2018 21:08:40 +0000 (22:08 +0100)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sun, 21 Jan 2018 21:08:40 +0000 (22:08 +0100)
base/applications/cmdutils/xcopy/xcopy.c
media/doc/README.WINE

index e8455f0..cda6e4e 100644 (file)
@@ -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;
index 5afbe03..46b7baf 100644 (file)
@@ -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