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
017887e7
Commit
017887e7
authored
Oct 04, 2004
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 04, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the JobId field case.
parent
1566bec5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
winspool.h
include/winspool.h
+10
-10
No files found.
include/winspool.h
View file @
017887e7
...
...
@@ -448,7 +448,7 @@ typedef struct _PRINTER_INFO_6 {
}
PRINTER_INFO_6
,
*
PPRINTER_INFO_6
,
*
LPPRINTER_INFO_6
;
typedef
struct
_JOB_INFO_1A
{
DWORD
JobI
D
;
DWORD
JobI
d
;
LPSTR
pPrinterName
;
LPSTR
pMachineName
;
LPSTR
pUserName
;
...
...
@@ -464,7 +464,7 @@ typedef struct _JOB_INFO_1A {
}
JOB_INFO_1A
,
*
PJOB_INFO_1A
,
*
LPJOB_INFO_1A
;
typedef
struct
_JOB_INFO_1W
{
DWORD
JobI
D
;
DWORD
JobI
d
;
LPWSTR
pPrinterName
;
LPWSTR
pMachineName
;
LPWSTR
pUserName
;
...
...
@@ -484,7 +484,7 @@ DECL_WINELIB_TYPE_AW(PJOB_INFO_1)
DECL_WINELIB_TYPE_AW
(
LPJOB_INFO_1
)
typedef
struct
_JOB_INFO_2A
{
DWORD
JobI
D
;
DWORD
JobI
d
;
LPSTR
pPrinterName
;
LPSTR
pMachineName
;
LPSTR
pUserName
;
...
...
@@ -510,7 +510,7 @@ typedef struct _JOB_INFO_2A {
}
JOB_INFO_2A
,
*
PJOB_INFO_2A
,
*
LPJOB_INFO_2A
;
typedef
struct
_JOB_INFO_2W
{
DWORD
JobI
D
;
DWORD
JobI
d
;
LPWSTR
pPrinterName
;
LPWSTR
pMachineName
;
LPWSTR
pUserName
;
...
...
@@ -540,19 +540,19 @@ DECL_WINELIB_TYPE_AW(PJOB_INFO_2)
DECL_WINELIB_TYPE_AW
(
LPJOB_INFO_2
)
typedef
struct
_JOB_INFO_3
{
DWORD
JobI
D
;
DWORD
NextJobI
D
;
DWORD
JobI
d
;
DWORD
NextJobI
d
;
DWORD
Reserved
;
}
JOB_INFO_3
,
*
PJOB_INFO_3
,
*
LPJOB_INFO_3
;
typedef
struct
_ADDJOB_INFO_1A
{
LPSTR
Path
;
DWORD
JobI
D
;
DWORD
JobI
d
;
}
ADDJOB_INFO_1A
,
*
PADDJOB_INFO_1A
,
*
LPADDJOB_INFO_1A
;
typedef
struct
_ADDJOB_INFO_1W
{
LPWSTR
Path
;
DWORD
JobI
D
;
DWORD
JobI
d
;
}
ADDJOB_INFO_1W
,
*
PADDJOB_INFO_1W
,
*
LPADDJOB_INFO_1W
;
DECL_WINELIB_TYPE_AW
(
ADDJOB_INFO_1
)
...
...
@@ -580,7 +580,7 @@ typedef struct _DOC_INFO_2A {
LPSTR
pOutputFile
;
LPSTR
pDatatype
;
DWORD
dwMode
;
DWORD
JobI
D
;
DWORD
JobI
d
;
}
DOC_INFO_2A
,
*
PDOC_INFO_2A
,
*
LPDOC_INFO_2A
;
typedef
struct
_DOC_INFO_2W
{
...
...
@@ -588,7 +588,7 @@ typedef struct _DOC_INFO_2W {
LPWSTR
pOutputFile
;
LPWSTR
pDatatype
;
DWORD
dwMode
;
DWORD
JobI
D
;
DWORD
JobI
d
;
}
DOC_INFO_2W
,
*
PDOC_INFO_2W
,
*
LPDOC_INFO_2W
;
DECL_WINELIB_TYPE_AW
(
DOC_INFO_2
)
...
...
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