mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 19:43:33 +00:00
[CMAKE]
- Sync the recent crt changes from trunk. - Improve crt build. svn path=/branches/cmake-bringup/; revision=48541
This commit is contained in:
parent
eba2955389
commit
e79e797ecc
2 changed files with 65 additions and 27 deletions
|
@ -755,38 +755,20 @@ int CDECL _setmbcp(int cp)
|
|||
|
||||
|
||||
/*********************************************************************
|
||||
* __lc_collate_cp (MSVCRT.@)
|
||||
*
|
||||
* @unimplemented
|
||||
* ___lc_handle_func (MSVCRT.@)
|
||||
*/
|
||||
void __lc_collate_cp(int cp)
|
||||
HANDLE * CDECL ___lc_handle_func(void)
|
||||
{
|
||||
FIXME("__lc_collate_cp - stub\n");
|
||||
return;
|
||||
return MSVCRT___lc_handle;
|
||||
}
|
||||
|
||||
|
||||
/*********************************************************************
|
||||
* __lc_handle (MSVCRT.@)
|
||||
*
|
||||
* @unimplemented
|
||||
* ___lc_codepage_func (MSVCRT.@)
|
||||
*/
|
||||
void __lc_handle(void)
|
||||
int CDECL ___lc_codepage_func(void)
|
||||
{
|
||||
FIXME("__lc_handle - stub\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
/*********************************************************************
|
||||
* __lc_codepage (MSVCRT.@)
|
||||
*
|
||||
* @unimplemented
|
||||
*/
|
||||
void __lc_codepage(void)
|
||||
{
|
||||
FIXME("__lc_codepage - stub\n");
|
||||
return;
|
||||
return MSVCRT___lc_codepage;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue