mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 18:11:57 +00:00
[MSVCRT]
Export __crtLCMapStringW and correct __crtLCMapStringA: their prototypes are : int CDECL __crtLCMapStringW(LCID lcid, DWORD mapflags, const wchar_t *src, int srclen, wchar_t *dst, int dstlen, unsigned int codepage, int xflag) and int CDECL __crtLCMapStringA(LCID lcid, DWORD mapflags, const char* src, int srclen, char* dst, int dstlen, unsigned int codepage, int xflag) Needed by SVN. svn path=/trunk/; revision=58016
This commit is contained in:
parent
2d39279b16
commit
ed10069057
1 changed files with 2 additions and 2 deletions
|
@ -143,8 +143,8 @@
|
|||
@ cdecl __crtCompareStringW(long long wstr long wstr long) kernel32.CompareStringW
|
||||
@ cdecl __crtGetLocaleInfoW(long long ptr long) kernel32.GetLocaleInfoW
|
||||
@ cdecl __crtGetStringTypeW(long long wstr long ptr)
|
||||
@ cdecl __crtLCMapStringA(long long str long ptr long long long)
|
||||
# stub __crtLCMapStringW
|
||||
@ cdecl __crtLCMapStringA(long long str long str long long long)
|
||||
@ cdecl __crtLCMapStringW(long long wstr long wstr long long long)
|
||||
@ cdecl __daylight() __p__daylight
|
||||
@ cdecl __dllonexit(ptr ptr ptr)
|
||||
@ cdecl __doserrno()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue