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
c22716f5
Commit
c22716f5
authored
Oct 24, 2005
by
Robert Lunnon
Committed by
Alexandre Julliard
Oct 24, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename queue_t to jobqueue_t to avoid collision with library symbol
queue_t.
parent
c0fcf36e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
info.c
dlls/winspool/info.c
+3
-3
No files found.
dlls/winspool/info.c
View file @
c22716f5
...
...
@@ -81,11 +81,11 @@ typedef struct {
typedef
struct
{
struct
list
jobs
;
LONG
ref
;
}
queue_t
;
}
job
queue_t
;
typedef
struct
{
LPWSTR
name
;
queue_t
*
queue
;
job
queue_t
*
queue
;
started_doc_t
*
doc
;
}
opened_printer_t
;
...
...
@@ -613,7 +613,7 @@ void WINSPOOL_LoadSystemPrinters(void)
static
HANDLE
get_opened_printer_entry
(
LPCWSTR
name
)
{
UINT_PTR
handle
=
nb_printer_handles
,
i
;
queue_t
*
queue
=
NULL
;
job
queue_t
*
queue
=
NULL
;
opened_printer_t
*
printer
;
EnterCriticalSection
(
&
printer_handles_cs
);
...
...
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