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