Module: wine Branch: master Commit: cfca12e48608d9f32b87f78e2545b4ba967b56af URL: http://source.winehq.org/git/wine.git/?a=commit;h=cfca12e48608d9f32b87f78e25...
Author: Piotr Caban piotr@codeweavers.com Date: Wed Oct 12 11:55:35 2011 +0200
msvcrt: Use ismbcodepage instead of mb_cur_max in mbcodepage dependent functions.
---
dlls/msvcrt/locale.c | 3 +- dlls/msvcrt/mbcs.c | 134 +++++++++++++++++++++++-------------------- dlls/msvcrt/msvcrt.h | 7 +- dlls/msvcrt/tests/string.c | 3 +- 4 files changed, 79 insertions(+), 68 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=cfca12e48608d9f32b87f7...