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
acbba11c
Commit
acbba11c
authored
Feb 02, 2009
by
Andrew Talbot
Committed by
Alexandre Julliard
Feb 03, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wnaspi32: Declare some functions static.
parent
0194b8f0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
5 deletions
+2
-5
aspi.c
dlls/wnaspi32/aspi.c
+1
-1
winaspi16.c
dlls/wnaspi32/winaspi16.c
+1
-1
winescsi.h
dlls/wnaspi32/winescsi.h
+0
-3
No files found.
dlls/wnaspi32/aspi.c
View file @
acbba11c
...
...
@@ -148,7 +148,7 @@ int ASPI_GetNumControllers(void)
return
num_ha
;
}
BOOL
SCSI_GetDeviceName
(
int
h
,
int
c
,
int
t
,
int
d
,
LPSTR
devstr
,
LPDWORD
lpcbData
)
static
BOOL
SCSI_GetDeviceName
(
int
h
,
int
c
,
int
t
,
int
d
,
LPSTR
devstr
,
LPDWORD
lpcbData
)
{
char
buffer
[
200
];
HKEY
hkeyScsi
;
...
...
dlls/wnaspi32/winaspi16.c
View file @
acbba11c
...
...
@@ -385,7 +385,7 @@ WORD WINAPI GetASPISupportInfo16(void)
}
DWORD
ASPI_SendASPICommand
(
DWORD
ptrSRB
,
UINT16
mode
)
static
DWORD
ASPI_SendASPICommand
(
DWORD
ptrSRB
,
UINT16
mode
)
{
#ifdef linux
LPSRB16
lpSRB
=
PTR_TO_LIN
(
ptrSRB
,
mode
);
...
...
dlls/wnaspi32/winescsi.h
View file @
acbba11c
...
...
@@ -79,9 +79,6 @@ void
SCSI_Fix_CMD_LEN
(
int
fd
,
int
cmd
,
int
len
);
#endif
BOOL
SCSI_GetDeviceName
(
int
h
,
int
c
,
int
t
,
int
d
,
LPSTR
devstr
,
LPDWORD
lpcbData
);
DWORD
ASPI_GetHCforController
(
int
controller
);
...
...
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