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
75d7b152
Commit
75d7b152
authored
Mar 04, 2003
by
Enrico Horn
Committed by
Alexandre Julliard
Mar 04, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simple way to get the label of mixed-mode cd.
parent
6dc4cb4b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
drive.c
files/drive.c
+7
-2
No files found.
files/drive.c
View file @
75d7b152
...
...
@@ -820,8 +820,13 @@ static DWORD CDROM_GetLabel(int drive, WCHAR *label)
break
;
}
case
CDROM_DISK_DATA_TRACK
|
CDROM_DISK_AUDIO_TRACK
:
FIXME
(
"Need to get the label of a mixed mode CD: not implemented yet !
\n
"
);
/* fall through */
FIXME
(
"Need to get the label of a mixed mode CD!
\n
"
);
/* This assumes that the first track is a data track! */
/* I guess the correct way would be to enumerate all data tracks
and check each for the title */
if
(
!
CDROM_Data_GetLabel
(
drive
,
label
))
ret
=
0
;
break
;
case
0
:
ret
=
0
;
break
;
...
...
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