[MSVCRT_WINETEST] Sync with Wine Staging 3.3. CORE-14434
[reactos.git] / modules / rostests / winetests / msvcrt / printf.c
index 43b2ec3..64658ce 100644 (file)
 /* With Visual Studio >= 2005,  swprintf() takes an extra parameter unless
  * the following macro is defined.
  */
+#define _CRT_NON_CONFORMING_SWPRINTFS
+#include <stdio.h>
+#include <errno.h>
+#include <locale.h>
 
-#include "precomp.h"
+#include "windef.h"
+#include "winbase.h"
+#include "winnls.h"
+
+#include "wine/test.h"
 
 static inline float __port_infinity(void)
 {