Module: wine Branch: master Commit: 62ae503fa1fe557feac9929589269ac6c8ad2faf URL: http://source.winehq.org/git/wine.git/?a=commit;h=62ae503fa1fe557feac9929589...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Mar 12 19:06:35 2015 +0900
msvcp60: Add MSVCP prefix on exported string functions.
---
dlls/msvcp60/exception.c | 18 ++++---- dlls/msvcp60/ios.c | 84 ++++++++++++++++++------------------ dlls/msvcp60/locale.c | 74 ++++++++++++++++---------------- dlls/msvcp60/msvcp.h | 38 ++++++++-------- dlls/msvcp60/msvcp60.spec | 72 +++++++++++++++---------------- dlls/msvcp60/string.c | 107 +++++++++++++++++++++++++++++----------------- 6 files changed, 210 insertions(+), 183 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=62ae503fa1fe557feac992...