mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
[MSVCRT][NTDLL][NTOS] Add import aliases for _swprintf and _vswprintf
This commit is contained in:
parent
60f4493a68
commit
e0495079cb
3 changed files with 4 additions and 0 deletions
|
@ -1801,6 +1801,7 @@
|
||||||
@ cdecl _strlwr(str)
|
@ cdecl _strlwr(str)
|
||||||
@ cdecl _strnicmp(str str long)
|
@ cdecl _strnicmp(str str long)
|
||||||
@ cdecl _strupr(str)
|
@ cdecl _strupr(str)
|
||||||
|
@ cdecl -version=0x400-0x502 -impsym _swprintf() swprintf # Compatibility for pre NT6
|
||||||
@ cdecl -version=0x600+ _swprintf(ptr str)
|
@ cdecl -version=0x600+ _swprintf(ptr str)
|
||||||
@ cdecl -version=0x502 _tolower(long)
|
@ cdecl -version=0x502 _tolower(long)
|
||||||
@ cdecl -version=0x502 _toupper(long)
|
@ cdecl -version=0x502 _toupper(long)
|
||||||
|
|
|
@ -1035,6 +1035,7 @@
|
||||||
@ cdecl -version=0x600+ _strupr_s_l(str long ptr)
|
@ cdecl -version=0x600+ _strupr_s_l(str long ptr)
|
||||||
@ cdecl -version=0x600+ _strxfrm_l(ptr str long ptr)
|
@ cdecl -version=0x600+ _strxfrm_l(ptr str long ptr)
|
||||||
@ cdecl _swab(str str long)
|
@ cdecl _swab(str str long)
|
||||||
|
@ cdecl -version=0x400-0x502 -impsym _swprintf(ptr str) swprintf # Compatibility for pre NT6
|
||||||
@ cdecl -version=0x600+ _swprintf(ptr str)
|
@ cdecl -version=0x600+ _swprintf(ptr str)
|
||||||
@ stub -version=0x600+ _swprintf_c
|
@ stub -version=0x600+ _swprintf_c
|
||||||
@ stub -version=0x600+ _swprintf_c_l
|
@ stub -version=0x600+ _swprintf_c_l
|
||||||
|
@ -1122,6 +1123,7 @@
|
||||||
@ stub -version=0x600+ _vsprintf_p
|
@ stub -version=0x600+ _vsprintf_p
|
||||||
@ stub -version=0x600+ _vsprintf_p_l
|
@ stub -version=0x600+ _vsprintf_p_l
|
||||||
@ stub -version=0x600+ _vsprintf_s_l
|
@ stub -version=0x600+ _vsprintf_s_l
|
||||||
|
@ cdecl -version=0x400-0x502 -impsym _vswprintf() vswprintf # Compatibility for pre NT6
|
||||||
@ stub -version=0x600+ _vswprintf
|
@ stub -version=0x600+ _vswprintf
|
||||||
@ stub -version=0x600+ _vswprintf_c
|
@ stub -version=0x600+ _vswprintf_c
|
||||||
@ stub -version=0x600+ _vswprintf_c_l
|
@ stub -version=0x600+ _vswprintf_c_l
|
||||||
|
|
|
@ -1571,6 +1571,7 @@
|
||||||
@ cdecl _strrev()
|
@ cdecl _strrev()
|
||||||
@ cdecl _strset()
|
@ cdecl _strset()
|
||||||
@ cdecl _strupr()
|
@ cdecl _strupr()
|
||||||
|
@ cdecl -version=0x400-0x502 -impsym _swprintf() swprintf # Compatibility with pre NT6
|
||||||
@ cdecl _vsnprintf()
|
@ cdecl _vsnprintf()
|
||||||
@ cdecl _vsnwprintf()
|
@ cdecl _vsnwprintf()
|
||||||
@ cdecl _wcsicmp()
|
@ cdecl _wcsicmp()
|
||||||
|
|
Loading…
Reference in a new issue