X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=lib%2Fsdk%2Fcrt%2Fconio%2Fcprintf.c;h=100e6ae63cf1b685c32e3eb508cb7604a9f32501;hp=5c6295c15a1283ed27fcb87b615c95685f53c1c4;hb=406dfdbc870f3a6874c0959a87428c94f7526d3b;hpb=c4c880d59c726905c343733fd16377e924921e52 diff --git a/lib/sdk/crt/conio/cprintf.c b/lib/sdk/crt/conio/cprintf.c index 5c6295c15a1..100e6ae63cf 100644 --- a/lib/sdk/crt/conio/cprintf.c +++ b/lib/sdk/crt/conio/cprintf.c @@ -5,6 +5,7 @@ * PURPOSE: C Runtime * PROGRAMMER: Magnus Olsen (Imported from wine cvs 2006-05-23) */ +#ifndef USE_NEW_SPRINTF #include @@ -38,3 +39,5 @@ _cprintf(const char *fmt, ...) free (mem); return retval; } + +#endif