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
b20a8916
Commit
b20a8916
authored
Aug 01, 2006
by
Andrew Talbot
Committed by
Alexandre Julliard
Aug 02, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel: Write-strings warnings fixes.
parent
10d552b2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
oldconfig.c
dlls/kernel/oldconfig.c
+1
-1
thunk.c
dlls/kernel/thunk.c
+1
-1
No files found.
dlls/kernel/oldconfig.c
View file @
b20a8916
...
...
@@ -96,7 +96,7 @@ static ULONG allocate_default_keys(void)
* NOTE: programs usually read these registry entries after sending the
* IOCTL_SCSI_GET_ADDRESS ioctl to the cdrom
*/
static
void
create_scsi_entry
(
PSCSI_ADDRESS
scsi_addr
,
LPSTR
lpDriver
,
UINT
uDriveType
,
static
void
create_scsi_entry
(
PSCSI_ADDRESS
scsi_addr
,
LP
C
STR
lpDriver
,
UINT
uDriveType
,
LPSTR
lpDriveName
,
LPSTR
lpUnixDeviceName
)
{
static
UCHAR
uCdromNumber
=
0
;
...
...
dlls/kernel/thunk.c
View file @
b20a8916
...
...
@@ -323,7 +323,7 @@ static LPVOID _loadthunk(LPCSTR module, LPCSTR func, LPCSTR module32,
/***********************************************************************
* GetThunkStuff (KERNEL32.53)
*/
LPVOID
WINAPI
GetThunkStuff
(
LP
STR
module
,
LP
STR
func
)
LPVOID
WINAPI
GetThunkStuff
(
LP
CSTR
module
,
LPC
STR
func
)
{
return
_loadthunk
(
module
,
func
,
"<kernel>"
,
NULL
,
0L
);
}
...
...
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