Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
5a66203b
Commit
5a66203b
authored
Oct 08, 2021
by
Jacek Caban
Committed by
Alexandre Julliard
Oct 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
>
parent
de0e9ad9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Makefile.in
dlls/gdi32/Makefile.in
+1
-1
dc.c
dlls/gdi32/dc.c
+1
-0
No files found.
dlls/gdi32/Makefile.in
View file @
5a66203b
...
...
@@ -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
\
...
...
dlls/gdi32/
gdi
dc.c
→
dlls/gdi32/dc.c
View file @
5a66203b
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment