Module: wine Branch: master Commit: 2fab58053ece81264b78718cd9507cbabadbdea2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2fab58053ece81264b78718cd9...
Author: Dmitry Timoshkov dmitry@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