[CMAKE]
[reactos.git] / lib / sdk / crt / string / wcs.c
index 0094129..e2f2a6a 100644 (file)
 #undef vprintf
 #undef vwprintf
 
+#ifdef _MSC_VER
+#pragma function(_wcsset)
+#endif
+
 #ifndef _LIBCNT_
 /*********************************************************************
  *             _wcsdup (MSVCRT.@)
@@ -388,6 +392,7 @@ static inline int pf_output_format_A( pf_output *out, LPCSTR str,
     return r;
 }
 
+#ifndef USE_NEW_SPRINTF
 static int pf_handle_string_format( pf_output *out, const void* str, int len,
                              pf_flags *flags, BOOL capital_letter)
 {
@@ -879,6 +884,7 @@ int CDECL vswprintf( wchar_t* str, const wchar_t* format, va_list args )
     return _vsnwprintf( str, INT_MAX, format, args );
 }
 #endif
+#endif
 
 /*********************************************************************
  *             wcscoll (MSVCRT.@)