gdi32: Rename gdidc.c to dc.c.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Jacek Caban 2021-10-08 13:34:02 +02:00 committed by Alexandre Julliard
parent de0e9ad965
commit 5a66203ba5
2 changed files with 2 additions and 1 deletions

View file

@ -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 \

View file

@ -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