Dmitry Timoshkov : ntdll: Alphabetically sort the Makefile entries.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Nov 13 06:32:38 CST 2006


Module: wine
Branch: master
Commit: 2fab58053ece81264b78718cd9507cbabadbdea2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2fab58053ece81264b78718cd9507cbabadbdea2

Author: Dmitry Timoshkov <dmitry at codeweavers.com>
Date:   Mon Nov 13 17:05:40 2006 +0800

ntdll: Alphabetically sort the Makefile entries.

---

 dlls/ntdll/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ntdll/Makefile.in b/dlls/ntdll/Makefile.in
index 01f5b5b..37b18f1 100644
--- a/dlls/ntdll/Makefile.in
+++ b/dlls/ntdll/Makefile.in
@@ -45,10 +45,10 @@ C_SRCS = \
 	string.c \
 	sync.c \
 	tape.c \
-	version.c \
 	thread.c \
 	threadpool.c \
 	time.c \
+	version.c \
 	virtual.c \
 	wcstring.c
 




More information about the wine-cvs mailing list