Alexandre Julliard : crtdll: Sort source file list.

Alexandre Julliard julliard at winehq.org
Mon Apr 1 16:32:02 CDT 2019


Module: wine
Branch: master
Commit: e70d4c387b7851a54bf22ba1f4303652936ce084
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=e70d4c387b7851a54bf22ba1f4303652936ce084

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Apr  1 21:53:53 2019 +0200

crtdll: Sort source file list.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/crtdll/Makefile.in | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/dlls/crtdll/Makefile.in b/dlls/crtdll/Makefile.in
index 71c62b1..ac07045 100644
--- a/dlls/crtdll/Makefile.in
+++ b/dlls/crtdll/Makefile.in
@@ -4,31 +4,31 @@ PARENTSRC = ../msvcrt
 DELAYIMPORTS = advapi32 user32
 
 C_SRCS = \
-	cpp.c \
 	console.c \
+	cpp.c \
 	ctype.c \
 	data.c \
 	dir.c \
 	environ.c \
-	locale.c \
 	errno.c \
-	exit.c \
 	except.c \
 	except_arm.c \
 	except_arm64.c \
 	except_i386.c \
 	except_x86_64.c \
-	lock.c \
+	exit.c \
 	file.c \
 	heap.c \
+	locale.c \
+	lock.c \
+	main.c \
 	math.c \
 	mbcs.c \
 	misc.c \
 	process.c \
-	main.c \
-	string.c \
 	scanf.c \
+	string.c \
+	thread.c \
 	time.c \
 	undname.c \
-	thread.c \
 	wcs.c




More information about the wine-cvs mailing list