Piotr Caban writes:
> Hi,
>
> Recently I was working on some msvcrt/msvcr90 functions.
>
> I found few problems related to how the implementation is organized:
> - Some of the functions are invoking invalid_parameter, msvcrt is not
> allowing to change it, msvcr90 exports _set_invalid_parameter_
Hi,
Recently I was working on some msvcrt/msvcr90 functions.
I found few problems related to how the implementation is organized:
- Some of the functions are invoking invalid_parameter, msvcrt is not
allowing to change it, msvcr90 exports _set_invalid_parameter_handler.
- create_locale (not a