Module: wine Branch: master Commit: aeab4af7dd29b91ff51c02d2a2be60d78576cc5c URL: https://source.winehq.org/git/wine.git/?a=commit;h=aeab4af7dd29b91ff51c02d2a...
Author: Alexandre Julliard julliard@winehq.org Date: Mon May 27 15:51:13 2019 +0200
atl: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/atl/Makefile.in | 2 ++ dlls/atl/atl.c | 3 +-- dlls/atl/atl30.c | 5 ++--- dlls/atl/atl_ax.c | 25 ++++++++++++------------- dlls/atl/registrar.c | 25 ++++++++++++------------- dlls/atl100/Makefile.in | 2 ++ dlls/atl110/Makefile.in | 2 ++ dlls/atl80/Makefile.in | 2 ++ dlls/atl80/atl80.c | 1 - dlls/atl90/Makefile.in | 2 ++ 10 files changed, 37 insertions(+), 32 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=aeab4af7dd29b91ff51c0...