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
ebb3a68c
Commit
ebb3a68c
authored
Dec 15, 2000
by
Huw D M Davies
Committed by
Alexandre Julliard
Dec 15, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Status of CDROM_AUDIO_INVALID seems to mean the disk is stopped.
parent
844625cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
cdrom.c
misc/cdrom.c
+3
-2
No files found.
misc/cdrom.c
View file @
ebb3a68c
...
...
@@ -360,8 +360,9 @@ BOOL CDROM_Audio_GetCDStatus(WINE_CDAUDIO* wcda, int parentdev)
#else
case
CD_AS_AUDIO_INVALID
:
#endif
WARN
(
"device doesn't support status.
\n
"
);
wcda
->
cdaMode
=
WINE_CDA_DONTKNOW
;
/* seems that this means stop for ide drives */
wcda
->
cdaMode
=
WINE_CDA_STOP
;
TRACE
(
"AUDIO_INVALID -> WINE_CDA_STOP
\n
"
);
break
;
#ifdef linux
case
CDROM_AUDIO_NO_STATUS
:
...
...
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