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
8dfa1d66
Commit
8dfa1d66
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 GdiGetSpoolFileHandle stub.
parent
81fa8615
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
dc.c
dlls/gdi32/dc.c
+10
-0
gdi32.spec
dlls/gdi32/gdi32.spec
+1
-1
No files found.
dlls/gdi32/dc.c
View file @
8dfa1d66
...
...
@@ -2663,3 +2663,13 @@ ULONG WINAPI DdQueryDisplaySettingsUniqueness(void)
if
(
!
warn_once
++
)
FIXME
(
"stub
\n
"
);
return
0
;
}
/*******************************************************************
* GdiGetSpoolFileHandle (GDI32.@)
*/
HANDLE
WINAPI
GdiGetSpoolFileHandle
(
WCHAR
*
printer_name
,
DEVMODEW
*
devmode
,
WCHAR
*
doc_name
)
{
FIXME
(
"%s %p %s
\n
"
,
wine_dbgstr_w
(
printer_name
),
devmode
,
wine_dbgstr_w
(
doc_name
)
);
return
NULL
;
}
dlls/gdi32/gdi32.spec
View file @
8dfa1d66
...
...
@@ -198,7 +198,7 @@
@ stub GdiGetLocalFont
# @ stub GdiGetPageCount
# @ stub GdiGetPageHandle
# @ stub GdiGetSpoolFileHandle
@ stdcall GdiGetSpoolFileHandle(wstr ptr wstr)
@ stdcall GdiGetSpoolMessage(ptr long ptr long) NtGdiGetSpoolMessage
@ stdcall GdiGradientFill(long ptr long ptr long long)
@ stdcall GdiInitSpool() NtGdiInitSpool
...
...
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