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
c2489c50
Commit
c2489c50
authored
Oct 10, 2023
by
Piotr Caban
Committed by
Alexandre Julliard
Oct 11, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdi32: Add GdiDeleteSpoolFileHandle stub.
parent
8dfa1d66
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 @
c2489c50
...
...
@@ -2673,3 +2673,12 @@ HANDLE WINAPI GdiGetSpoolFileHandle( WCHAR *printer_name,
FIXME
(
"%s %p %s
\n
"
,
wine_dbgstr_w
(
printer_name
),
devmode
,
wine_dbgstr_w
(
doc_name
)
);
return
NULL
;
}
/*******************************************************************
* GdiDeleteSpoolFileHandle (GDI32.@)
*/
BOOL
WINAPI
GdiDeleteSpoolFileHandle
(
HANDLE
h
)
{
FIXME
(
"%p
\n
"
,
h
);
return
FALSE
;
}
dlls/gdi32/gdi32.spec
View file @
c2489c50
...
...
@@ -177,7 +177,7 @@
@ stub GdiDciSetDestination
@ stub GdiDeleteLocalDC
@ stub GdiDeleteLocalObject
# @ stub GdiDeleteSpoolFileHandle
@ stdcall GdiDeleteSpoolFileHandle(ptr)
@ stdcall GdiDescribePixelFormat(long long long ptr) NtGdiDescribePixelFormat
@ stdcall GdiDllInitialize(ptr long ptr)
@ stdcall GdiDrawStream(long long ptr) NtGdiDrawStream
...
...
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