Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
26671c8f
Commit
26671c8f
authored
Nov 22, 2012
by
Andrew Talbot
Committed by
Alexandre Julliard
Nov 23, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winspool.drv: Remove unused variable.
parent
dc67be01
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
info.c
dlls/winspool.drv/info.c
+0
-2
No files found.
dlls/winspool.drv/info.c
View file @
26671c8f
...
...
@@ -5582,7 +5582,6 @@ BOOL WINAPI EnumPrinterDriversW(LPWSTR pName, LPWSTR pEnvironment, DWORD Level,
if
(
pEnvironment
&&
!
strcmpW
(
pEnvironment
,
allW
))
{
DWORD
i
,
needed
,
bufsize
=
cbBuf
;
DWORD
total_needed
=
0
;
DWORD
total_found
=
0
;
DWORD
data_offset
;
...
...
@@ -5594,7 +5593,6 @@ BOOL WINAPI EnumPrinterDriversW(LPWSTR pName, LPWSTR pEnvironment, DWORD Level,
ret
=
WINSPOOL_EnumPrinterDrivers
(
pName
,
all_printenv
[
i
]
->
envname
,
Level
,
NULL
,
0
,
0
,
&
needed
,
&
found
,
0
);
if
(
!
ret
&&
GetLastError
()
!=
ERROR_INSUFFICIENT_BUFFER
)
return
FALSE
;
total_needed
+=
needed
;
total_found
+=
found
;
}
...
...
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