diff --git a/dlls/crtdll/Makefile.in b/dlls/crtdll/Makefile.in index 71c62b15870..ac07045cb76 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