A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Hermès Bélusca-Maïto ed10069057 [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
2012-12-26 19:26:08 +00:00
reactos [MSVCRT] 2012-12-26 19:26:08 +00:00
rosapps [CMAKE] 2012-12-22 15:45:00 +00:00
rostests [CMAKE] 2012-12-22 10:46:37 +00:00
wallpaper - Add CMakeLists for wallpaper 2012-02-05 13:43:04 +00:00