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
1d60387e
Commit
1d60387e
authored
Apr 27, 2003
by
Uwe Bonnes
Committed by
Alexandre Julliard
Apr 27, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added GetPrintProcessorDirectoryA stub.
parent
8410e71f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
info.c
dlls/winspool/info.c
+12
-0
winspool.drv.spec
dlls/winspool/winspool.drv.spec
+1
-1
No files found.
dlls/winspool/info.c
View file @
1d60387e
...
...
@@ -996,6 +996,18 @@ BOOL WINAPI AddJobW(HANDLE hPrinter, DWORD Level, LPBYTE pData, DWORD cbBuf,
}
/*****************************************************************************
* GetPrintProcessorDirectoryA [WINSPOOL.@]
*/
BOOL
WINAPI
GetPrintProcessorDirectoryA
(
LPSTR
server
,
LPSTR
environ
,
DWORD
level
,
LPBYTE
Info
,
DWORD
cbBuf
,
LPDWORD
needed
)
{
FIXME
(
"(%s,%s,%ld,%p,0x%08lx): stub
\n
"
,
server
,
environ
,
level
,
Info
,
cbBuf
);
return
0
;
}
/*****************************************************************************
* WINSPOOL_OpenDriverReg [internal]
*
* opens the registry for the printer drivers depending on the given input
...
...
dlls/winspool/winspool.drv.spec
View file @
1d60387e
...
...
@@ -89,7 +89,7 @@
@ stdcall GetFormW(long wstr long ptr long ptr)
@ stub GetJobA
@ stub GetJobW
@ st
ub GetPrintProcessorDirectoryA
@ st
dcall GetPrintProcessorDirectoryA(str str long ptr long ptr)
@ stub GetPrintProcessorDirectoryW
@ stdcall GetPrinterA(long long ptr long ptr)
@ stdcall GetPrinterDataA(long str ptr ptr long ptr)
...
...
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