Module: wine Branch: master Commit: 9a483d08e0b22879d26cb50b60a391d0627e2f50 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9a483d08e0b22879d26cb50b60...
Author: Jacek Caban jacek@codeweavers.com Date: Fri Feb 14 10:43:40 2014 +0100
atl: Renamed atl_main.c to atl30.c.
---
dlls/atl/Makefile.in | 2 +- dlls/atl/{atl_main.c => atl30.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/atl/Makefile.in b/dlls/atl/Makefile.in index 396b9d6..c2c56fd 100644 --- a/dlls/atl/Makefile.in +++ b/dlls/atl/Makefile.in @@ -6,8 +6,8 @@ PARENTSRC = ../atl100
C_SRCS = \ atl.c \ + atl30.c \ atl_ax.c \ - atl_main.c \ registrar.c
IDL_SRCS = atl_classes.idl diff --git a/dlls/atl/atl_main.c b/dlls/atl/atl30.c similarity index 100% rename from dlls/atl/atl_main.c rename to dlls/atl/atl30.c