Module: wine Branch: master Commit: 585ea9cdd8bdcb63c3207200b0cdfe94c0d20e83 URL: http://source.winehq.org/git/wine.git/?a=commit;h=585ea9cdd8bdcb63c3207200b0...
Author: Piotr Caban piotr@codeweavers.com Date: Mon Mar 29 00:04:03 2010 +0200
msvcrt: Added _strtoi64 implementation.
---
dlls/msvcr80/msvcr80.spec | 4 +- dlls/msvcr90/msvcr90.spec | 4 +- dlls/msvcrt/msvcrt.h | 44 ++++++++++++++++ dlls/msvcrt/msvcrt.spec | 4 +- dlls/msvcrt/string.c | 80 ++++++++++++++++++++++++++++ dlls/msvcrt/tests/string.c | 123 ++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 253 insertions(+), 6 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=585ea9cdd8bdcb63c32072...