Module: wine Branch: master Commit: 84587b689e3c42ca20fd2c86c8e22138598cc0ea URL: http://source.winehq.org/git/wine.git/?a=commit;h=84587b689e3c42ca20fd2c86c8...
Author: Jacek Caban jacek@codeweavers.com Date: Wed Nov 21 11:11:37 2012 +0100
atl100: Moved more function implementations to atl100.
---
dlls/atl/Makefile.in | 3 +- dlls/atl/atl.spec | 50 +++++----- dlls/atl/atl_main.c | 197 +-------------------------------------- dlls/atl100/Makefile.in | 3 +- dlls/atl100/atl.c | 208 ++++++++++++++++++++++++++++++++++++++++- dlls/atl100/atl100.spec | 42 ++++---- dlls/{atl => atl100}/atl_ax.c | 30 +++--- 7 files changed, 270 insertions(+), 263 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=84587b689e3c42ca20fd2c...