"Vincas Miliƫnas" vincas.miliunas@gmail.com writes:
qsort_s and _itow_s implementation and tests for bug #24925.
These should go in msvcrt, and the tests in msvcr90. msvcr80 is a simple forwarding dll.
Alexandre Julliard julliard@winehq.org writes:
"Vincas Miliƫnas" vincas.miliunas@gmail.com writes:
qsort_s and _itow_s implementation and tests for bug #24925.
These should go in msvcrt, and the tests in msvcr90. msvcr80 is a simple forwarding dll.
To clarify, the tests should go in msvcr90 if the functions don't exist in native msvcrt (or if their behavior is different, for instance WRT the invalid parameter callback). Otherwise the tests should of course be in msvcrt along with the implementation.