Module: wine Branch: master Commit: 4c4a654552aed4ba64b6291c3620ef4e6fdc62e8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4c4a654552aed4ba64b6291c36...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Nov 12 13:56:07 2013 +0100
msvcp80: Share the implementation with msvcp90.
---
dlls/msvcp80/Makefile.in | 4 +- dlls/msvcp80/cxx.h | 447 - dlls/msvcp80/exception.c | 563 -- dlls/msvcp80/ios.c |13327 ------------------------- dlls/msvcp80/locale.c | 9621 ------------------ dlls/msvcp80/math.c | 2169 ---- dlls/msvcp80/memory.c | 338 - dlls/msvcp80/misc.c | 231 - dlls/msvcp80/msvcp.h | 483 - dlls/msvcp80/msvcp80.spec | 48 +- dlls/msvcp80/msvcp80_main.c | 124 - dlls/msvcp80/string.c | 4456 --------- dlls/msvcp90/Makefile.in | 3 +- dlls/msvcp90/locale.c | 148 + dlls/msvcp90/{msvcp90_main.c => msvcp_main.c} | 0 dlls/msvcp90/string.c | 34 +- 16 files changed, 209 insertions(+), 31787 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4c4a654552aed4ba64b629...