[CMAKE]
[reactos.git] / lib / sdk / crt / conio / cprintf.c
index 5c6295c..100e6ae 100644 (file)
@@ -5,6 +5,7 @@
  * PURPOSE:          C Runtime
  * PROGRAMMER:       Magnus Olsen (Imported from wine cvs 2006-05-23)
  */
+#ifndef USE_NEW_SPRINTF
 
 #include <precomp.h>
 
@@ -38,3 +39,5 @@ _cprintf(const char *fmt, ...)
       free (mem);
   return retval;
 }
+
+#endif