[PATCH 1/3] msvcrt: Note that __stdio_common functions are for ucrtbase.

Alex Henrie alexhenrie24 at gmail.com
Mon Sep 4 13:06:56 CDT 2017


Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
---
 dlls/msvcrt/file.c  |  4 ++--
 dlls/msvcrt/scanf.c |  8 ++++----
 dlls/msvcrt/wcs.c   | 14 +++++++-------
 3 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/dlls/msvcrt/file.c b/dlls/msvcrt/file.c
index 62b06ebb6e..6dcb194cd8 100644
--- a/dlls/msvcrt/file.c
+++ b/dlls/msvcrt/file.c
@@ -5108,7 +5108,7 @@ int CDECL MSVCRT_vfwprintf_s(MSVCRT_FILE* file, const MSVCRT_wchar_t *format, __
 }
 
 /*********************************************************************
- *              __stdio_common_vfprintf (MSVCRT.@)
+ *              __stdio_common_vfprintf (UCRTBASE.@)
  */
 int CDECL MSVCRT__stdio_common_vfprintf(unsigned __int64 options, MSVCRT_FILE *file, const char *format,
                                         MSVCRT__locale_t locale, __ms_va_list valist)
@@ -5132,7 +5132,7 @@ int CDECL MSVCRT__stdio_common_vfprintf(unsigned __int64 options, MSVCRT_FILE *f
 }
 
 /*********************************************************************
- *		__stdio_common_vfwprintf (MSVCRT.@)
+ *              __stdio_common_vfwprintf (UCRTBASE.@)
  */
 int CDECL MSVCRT__stdio_common_vfwprintf(unsigned __int64 options, MSVCRT_FILE *file, const MSVCRT_wchar_t *format,
                                          MSVCRT__locale_t locale, __ms_va_list valist)
diff --git a/dlls/msvcrt/scanf.c b/dlls/msvcrt/scanf.c
index 3642307a40..fd776a640e 100644
--- a/dlls/msvcrt/scanf.c
+++ b/dlls/msvcrt/scanf.c
@@ -663,7 +663,7 @@ int CDECL MSVCRT__snscanf_s_l(char *input, MSVCRT_size_t length,
 
 
 /*********************************************************************
- *		__stdio_common_vsscanf (MSVCRT.@)
+ *              __stdio_common_vsscanf (UCRTBASE.@)
  */
 int CDECL MSVCRT__stdio_common_vsscanf(unsigned __int64 options,
                                        const char *input, MSVCRT_size_t length,
@@ -683,7 +683,7 @@ int CDECL MSVCRT__stdio_common_vsscanf(unsigned __int64 options,
 }
 
 /*********************************************************************
- *		__stdio_common_vswscanf (MSVCRT.@)
+ *              __stdio_common_vswscanf (UCRTBASE.@)
  */
 int CDECL MSVCRT__stdio_common_vswscanf(unsigned __int64 options,
                                         const MSVCRT_wchar_t *input, MSVCRT_size_t length,
@@ -703,7 +703,7 @@ int CDECL MSVCRT__stdio_common_vswscanf(unsigned __int64 options,
 }
 
 /*********************************************************************
- *		__stdio_common_vfscanf (MSVCRT.@)
+ *              __stdio_common_vfscanf (UCRTBASE.@)
  */
 int CDECL MSVCRT__stdio_common_vfscanf(unsigned __int64 options,
                                        MSVCRT_FILE *file,
@@ -720,7 +720,7 @@ int CDECL MSVCRT__stdio_common_vfscanf(unsigned __int64 options,
 }
 
 /*********************************************************************
- *		__stdio_common_vfwscanf (MSVCRT.@)
+ *              __stdio_common_vfwscanf (UCRTBASE.@)
  */
 int CDECL MSVCRT__stdio_common_vfwscanf(unsigned __int64 options,
                                         MSVCRT_FILE *file,
diff --git a/dlls/msvcrt/wcs.c b/dlls/msvcrt/wcs.c
index a3429eaff5..cd87f211cb 100644
--- a/dlls/msvcrt/wcs.c
+++ b/dlls/msvcrt/wcs.c
@@ -749,7 +749,7 @@ static int puts_clbk_str_c99_a(void *ctx, int len, const char *str)
 }
 
 /*********************************************************************
- *		__stdio_common_vsprintf (MSVCRT.@)
+ *              __stdio_common_vsprintf (UCRTBASE.@)
  */
 int CDECL MSVCRT__stdio_common_vsprintf( unsigned __int64 options, char *str, MSVCRT_size_t len, const char *format,
                                          MSVCRT__locale_t locale, __ms_va_list valist )
@@ -918,7 +918,7 @@ int CDECL MSVCRT_vsnprintf_s( char *str, MSVCRT_size_t sizeOfBuffer,
 }
 
 /*********************************************************************
- *		__stdio_common_vsnprintf_s (MSVCRT.@)
+ *              __stdio_common_vsnprintf_s (UCRTBASE.@)
  */
 int CDECL MSVCRT__stdio_common_vsnprintf_s( unsigned __int64 options,
         char *str, MSVCRT_size_t sizeOfBuffer, MSVCRT_size_t count,
@@ -930,7 +930,7 @@ int CDECL MSVCRT__stdio_common_vsnprintf_s( unsigned __int64 options,
 }
 
 /*********************************************************************
- *		__stdio_common_vsnwprintf_s (MSVCRT.@)
+ *              __stdio_common_vsnwprintf_s (UCRTBASE.@)
  */
 int CDECL MSVCRT__stdio_common_vsnwprintf_s( unsigned __int64 options,
         MSVCRT_wchar_t *str, MSVCRT_size_t sizeOfBuffer, MSVCRT_size_t count,
@@ -942,7 +942,7 @@ int CDECL MSVCRT__stdio_common_vsnwprintf_s( unsigned __int64 options,
 }
 
 /*********************************************************************
- *		__stdio_common_vswprintf_s (MSVCRT.@)
+ *              __stdio_common_vswprintf_s (UCRTBASE.@)
  */
 int CDECL MSVCRT__stdio_common_vswprintf_s( unsigned __int64 options,
         MSVCRT_wchar_t *str, MSVCRT_size_t count, const MSVCRT_wchar_t *format,
@@ -952,7 +952,7 @@ int CDECL MSVCRT__stdio_common_vswprintf_s( unsigned __int64 options,
 }
 
 /*********************************************************************
- *		__stdio_common_vsprintf_s (MSVCRT.@)
+ *              __stdio_common_vsprintf_s (UCRTBASE.@)
  */
 int CDECL MSVCRT__stdio_common_vsprintf_s( unsigned __int64 options,
         char *str, MSVCRT_size_t count, const char *format,
@@ -1159,7 +1159,7 @@ int CDECL MSVCRT__vswprintf_p(MSVCRT_wchar_t *buffer, MSVCRT_size_t length,
 
 
 /*********************************************************************
- *		__stdio_common_vswprintf_p (MSVCRT.@)
+ *              __stdio_common_vswprintf_p (UCRTBASE.@)
  */
 int CDECL MSVCRT__stdio_common_vswprintf_p( unsigned __int64 options,
         MSVCRT_wchar_t *str, MSVCRT_size_t count, const MSVCRT_wchar_t *format,
@@ -1266,7 +1266,7 @@ static int puts_clbk_str_c99_w(void *ctx, int len, const MSVCRT_wchar_t *str)
 }
 
 /*********************************************************************
- *		__stdio_common_vswprintf (MSVCRT.@)
+ *              __stdio_common_vswprintf (UCRTBASE.@)
  */
 int CDECL MSVCRT__stdio_common_vswprintf( unsigned __int64 options,
         MSVCRT_wchar_t *str, MSVCRT_size_t len, const MSVCRT_wchar_t *format,
-- 
2.14.1




More information about the wine-patches mailing list