mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:11:42 +00:00
[INCLUDE/CRT]
- _CRT_NON_CONFORMING_SWPRINTFS is not relevant for us. svn path=/trunk/; revision=57909
This commit is contained in:
parent
45ed0bc0ac
commit
bc5d860b9e
2 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
|
|
@ -561,6 +561,7 @@ _CRTIMP int __cdecl iswblank(wint_t _C);
|
|||
_CRTIMP int __cdecl __swprintf_l(wchar_t *_Dest,const wchar_t *_Format,_locale_t _Plocinfo,...);
|
||||
_CRTIMP int __cdecl __vswprintf_l(wchar_t *_Dest,const wchar_t *_Format,_locale_t _Plocinfo,va_list _Args);
|
||||
|
||||
#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
|
||||
|
@ -568,6 +569,7 @@ _CRTIMP int __cdecl iswblank(wint_t _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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue