mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:45:41 +00:00
Samuel Serapión (samdwise51 AT gmail DOT com):
- Sync parts of msvcrt with Wine (more will follow) This makes us passing a lot more msvcrt Wine tests (like all heap tests) svn path=/trunk/; revision=33747
This commit is contained in:
parent
c6aa541df2
commit
1e95911991
21 changed files with 1445 additions and 851 deletions
|
@ -64,3 +64,11 @@ int _ismbslead( const unsigned char *str, const unsigned char *t)
|
|||
return _ismbblead( *s);
|
||||
}
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
unsigned char *__p__mbctype(void)
|
||||
{
|
||||
return _mbctype;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue