- Sync the recent crt changes from trunk.
- Improve crt build.

svn path=/branches/cmake-bringup/; revision=48541
This commit is contained in:
Amine Khaldi 2010-08-14 10:41:24 +00:00
parent eba2955389
commit e79e797ecc
2 changed files with 65 additions and 27 deletions

View file

@ -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;
}