http://bugs.winehq.org/show_bug.cgi?id=11896
--- Comment #12 from Vijay Kamuju infyquest@gmail.com 2008-08-13 10:09:39 ---
In case anyone else is working on these, I have patches for the following 2 functions which I should submit pretty shortly (they need to be cleaned up a bit/tested first):
5 @ stub ___lc_codepage_func 6 @ stub ___lc_handle_func
In that case send them to wine-patches@winehq.org (for safe keeping) And also attach them here, so anyone interested can work on them
These should be pretty simple: ___mb_cur_max_func probably returns msvcrt.__mb_cur_max ___lc_collate_cp_func probably returns msvcrt.__lc_collate_cp ??0bad_cast@@QAE@PBD@Z is missing from msvcrt, it should be a stub there and then forwarded.
send some patches ;)