diff --git a/dlls/gdi32/Makefile.in b/dlls/gdi32/Makefile.in index c2f1648a172..3e0495f877b 100644 --- a/dlls/gdi32/Makefile.in +++ b/dlls/gdi32/Makefile.in @@ -5,9 +5,9 @@ IMPORTS = advapi32 win32u DELAYIMPORTS = setupapi C_SRCS = \ + dc.c \ emfdc.c \ enhmetafile.c \ - gdidc.c \ icm.c \ metadc.c \ metafile.c \ diff --git a/dlls/gdi32/gdidc.c b/dlls/gdi32/dc.c similarity index 99% rename from dlls/gdi32/gdidc.c rename to dlls/gdi32/dc.c index 5ea18e58b18..1511c565194 100644 --- a/dlls/gdi32/gdidc.c +++ b/dlls/gdi32/dc.c @@ -4,6 +4,7 @@ * Copyright 1993, 1994 Alexandre Julliard * Copyright 1997 Bertho A. Stultiens * 1999 Huw D M Davies + * Copyright 2021 Jacek Caban for CodeWeavers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public