Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
0df36de5
Commit
0df36de5
authored
Aug 10, 2005
by
Vitaliy Margolen
Committed by
Alexandre Julliard
Aug 10, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make use of now full and correct HKLM\HARDWARE\DEVICES\Scsi.
parent
6ce9a791
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile.in
dlls/winaspi/Makefile.in
+1
-0
aspi.c
dlls/winaspi/aspi.c
+0
-0
winescsi.h
dlls/winaspi/winescsi.h
+2
-3
No files found.
dlls/winaspi/Makefile.in
View file @
0df36de5
...
...
@@ -5,6 +5,7 @@ VPATH = @srcdir@
MODULE
=
wnaspi32.dll
IMPORTLIB
=
libwnaspi32.
$(IMPLIBEXT)
IMPORTS
=
advapi32 kernel32
EXTRALIBS
=
$(LIBUNICODE)
C_SRCS
=
\
aspi.c
\
...
...
dlls/winaspi/aspi.c
View file @
0df36de5
This diff is collapsed.
Click to expand it.
dlls/winaspi/winescsi.h
View file @
0df36de5
...
...
@@ -52,9 +52,8 @@ struct sg_header
#endif
/* RegKey used for SCSI info under HKEY_DYN_DATA */
#define KEYNAME_SCSI "WineScsi"
#define KEYNAME_SCSI_CONTROLLERMAP "ControllerMap"
/* RegKey used for SCSI info under HKLM */
#define KEYNAME_SCSI "HARDWARE\\DEVICEMAP\\Scsi\\Scsi Port %d\\Scsi Bus %d\\Target Id %d\\Logical Unit Id %d"
/* Function prototypes from dlls/wnaspi32/aspi.c */
void
...
...
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