[PATCH 2/2] atl: Moved source files from atl100 to atl directory.

Jacek Caban jacek at codeweavers.com
Fri Feb 14 03:44:55 CST 2014


Now that we share sources and we don't need to care about having sources
in a DLL that exports all required entries, we may move source files
back to atl/, which is a more logical place.

---
 dlls/atl/Makefile.in    |    1 -
 dlls/atl/atl.c          |  871 +++++++++++++++++++++++++++++
 dlls/atl/atl_ax.c       | 1397
+++++++++++++++++++++++++++++++++++++++++++++++
 dlls/atl/registrar.c    |  747 +++++++++++++++++++++++++
 dlls/atl100/Makefile.in |    1 +
 dlls/atl100/atl.c       |  871 -----------------------------
 dlls/atl100/atl_ax.c    | 1397
-----------------------------------------------
 dlls/atl100/registrar.c |  747 -------------------------
 dlls/atl110/Makefile.in |    2 +-
 dlls/atl80/Makefile.in  |    2 +-
 dlls/atl90/Makefile.in  |    2 +-
 11 files changed, 3019 insertions(+), 3019 deletions(-)
 create mode 100644 dlls/atl/atl.c
 create mode 100644 dlls/atl/atl_ax.c
 create mode 100644 dlls/atl/registrar.c
 delete mode 100644 dlls/atl100/atl.c
 delete mode 100644 dlls/atl100/atl_ax.c
 delete mode 100644 dlls/atl100/registrar.c


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-atl-Moved-source-files-from-atl100-to-atl-directory.diff
Type: text/x-patch
Size: 191448 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140214/df986e72/attachment-0001.bin>


More information about the wine-patches mailing list