Module: wine Branch: master Commit: 481a8036ea8193743a7f8c87b3d1a667917093fe URL: http://source.winehq.org/git/wine.git/?a=commit;h=481a8036ea8193743a7f8c87b3...
Author: Dan Kegel dank@kegel.com Date: Fri Aug 31 08:00:24 2012 -0700
msvcr100: Add wmemmove_s and wmemcpy_s.
---
configure | 1 + configure.ac | 1 + dlls/msvcr100/msvcr100.c | 55 +++++++++ dlls/msvcr100/msvcr100.spec | 4 +- dlls/msvcr100/tests/Makefile.in | 9 ++ dlls/msvcr100/tests/msvcr100.c | 257 +++++++++++++++++++++++++++++++++++++++ 6 files changed, 325 insertions(+), 2 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=481a8036ea8193743a7f8c...