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
f265599f
Commit
f265599f
authored
Apr 16, 2007
by
Michael Kaufmann
Committed by
Alexandre Julliard
Apr 17, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdi32: Add a stub for CancelDC.
parent
e0a94b90
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
dc.c
dlls/gdi32/dc.c
+9
-0
gdi32.spec
dlls/gdi32/gdi32.spec
+1
-1
No files found.
dlls/gdi32/dc.c
View file @
f265599f
...
...
@@ -2101,6 +2101,15 @@ COLORREF WINAPI SetDCPenColor(HDC hdc, COLORREF crColor)
}
/***********************************************************************
* CancelDC (GDI32.@)
*/
BOOL
WINAPI
CancelDC
(
HDC
hdc
)
{
FIXME
(
"stub
\n
"
);
return
TRUE
;
}
/***********************************************************************
* SetVirtualResolution (GDI32.@)
*
* Undocumented on msdn. Called when PowerPoint XP saves a file.
...
...
dlls/gdi32/gdi32.spec
View file @
f265599f
...
...
@@ -21,7 +21,7 @@
@ stdcall BeginPath(long)
@ stdcall BitBlt(long long long long long long long long long)
@ stub ByeByeGDI
@ st
ub CancelDC
@ st
dcall CancelDC(long)
@ stub CheckColorsInGamut
@ stdcall ChoosePixelFormat(long ptr)
@ stdcall Chord(long long long long long long long long long)
...
...
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