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
bd6729dd
Commit
bd6729dd
authored
Apr 28, 2011
by
Marcus Meissner
Committed by
Alexandre Julliard
Apr 28, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wnaspi32: Mark internal symbols as hidden.
parent
9ff6c507
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
winescsi.h
dlls/wnaspi32/winescsi.h
+7
-7
No files found.
dlls/wnaspi32/winescsi.h
View file @
bd6729dd
...
...
@@ -57,30 +57,30 @@ struct sg_header
/* Function prototypes from dlls/wnaspi32/aspi.c */
void
SCSI_Init
(
void
);
SCSI_Init
(
void
)
DECLSPEC_HIDDEN
;
int
ASPI_GetNumControllers
(
void
);
ASPI_GetNumControllers
(
void
)
DECLSPEC_HIDDEN
;
int
SCSI_OpenDevice
(
int
h
,
int
c
,
int
t
,
int
d
);
SCSI_OpenDevice
(
int
h
,
int
c
,
int
t
,
int
d
)
DECLSPEC_HIDDEN
;
int
SCSI_LinuxSetTimeout
(
int
fd
,
int
timeout
);
SCSI_LinuxSetTimeout
(
int
fd
,
int
timeout
)
DECLSPEC_HIDDEN
;
#ifdef linux
BOOL
SCSI_LinuxDeviceIo
(
int
fd
,
struct
sg_header
*
lpvInBuffer
,
DWORD
cbInBuffer
,
struct
sg_header
*
lpvOutBuffer
,
DWORD
cbOutBuffer
,
LPDWORD
lpcbBytesReturned
);
LPDWORD
lpcbBytesReturned
)
DECLSPEC_HIDDEN
;
void
SCSI_Fix_CMD_LEN
(
int
fd
,
int
cmd
,
int
len
);
SCSI_Fix_CMD_LEN
(
int
fd
,
int
cmd
,
int
len
)
DECLSPEC_HIDDEN
;
#endif
DWORD
ASPI_GetHCforController
(
int
controller
);
ASPI_GetHCforController
(
int
controller
)
DECLSPEC_HIDDEN
;
/*** This is where we throw some miscellaneous crap ***/
...
...
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