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
6e07f234
Commit
6e07f234
authored
Aug 18, 2006
by
Andrew Talbot
Committed by
Alexandre Julliard
Aug 23, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineps.drv: Write-strings warnings fix.
parent
04a0f74b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ppd.c
dlls/wineps.drv/ppd.c
+1
-1
psdrv.h
dlls/wineps.drv/psdrv.h
+2
-2
No files found.
dlls/wineps.drv/ppd.c
View file @
6e07f234
...
...
@@ -526,7 +526,7 @@ static char *PSDRV_PPDGetWord(char *str, char **next)
* PSDRV_AddSlot
*
*/
static
INT
PSDRV_AddSlot
(
PPD
*
ppd
,
LP
STR
szName
,
LP
STR
szFullName
,
static
INT
PSDRV_AddSlot
(
PPD
*
ppd
,
LP
CSTR
szName
,
LPC
STR
szFullName
,
LPSTR
szInvocationString
,
WORD
wWinBin
)
{
INPUTSLOT
*
slot
,
**
insert
=
&
ppd
->
InputSlots
;
...
...
dlls/wineps.drv/psdrv.h
View file @
6e07f234
...
...
@@ -173,8 +173,8 @@ typedef struct _tagCONSTRAINT {
}
CONSTRAINT
;
typedef
struct
_tagINPUTSLOT
{
char
*
Name
;
char
*
FullName
;
c
onst
c
har
*
Name
;
c
onst
c
har
*
FullName
;
char
*
InvocationString
;
WORD
WinBin
;
/* eg DMBIN_LOWER */
struct
_tagINPUTSLOT
*
next
;
...
...
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