X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=lib%2Frtl%2Fswprintf.c;h=20d975ff757111eff6f92a5bceeb84b924046357;hp=64d7d65397adf9c15cac39681c139fbfcfded49e;hb=406dfdbc870f3a6874c0959a87428c94f7526d3b;hpb=c4c880d59c726905c343733fd16377e924921e52 diff --git a/lib/rtl/swprintf.c b/lib/rtl/swprintf.c index 64d7d65397a..20d975ff757 100644 --- a/lib/rtl/swprintf.c +++ b/lib/rtl/swprintf.c @@ -1,3 +1,4 @@ +#ifndef USE_NEW_SPRINTF /* * PROGRAMMERS: David Welch * Eric Kohl @@ -740,3 +741,4 @@ int __cdecl vswprintf(wchar_t *buf, const wchar_t *fmt, va_list args) } /* EOF */ +#endif