[CONSRV]
[reactos.git] / include / crt / stdio.h
index aa78b2d..53275a8 100644 (file)
@@ -322,6 +322,7 @@ extern "C" {
 #include <vadefs.h>
 #endif
 
+#if 0 //this is for MSVCRT80 and higher, which we don't use nor implement
 #ifdef _CRT_NON_CONFORMING_SWPRINTFS
 #ifndef __cplusplus
 #define swprintf _swprintf
@@ -329,6 +330,7 @@ extern "C" {
 #define _swprintf_l __swprintf_l
 #define _vswprintf_l __vswprintf_l
 #endif
+#endif
 #endif
 
   _CRTIMP wchar_t *__cdecl _wtempnam(const wchar_t *_Directory,const wchar_t *_FilePrefix);