ports/audio/mkcue/files/patch-diskid.h
Tobias Rehbein a8841b9276 audio/mkcue: fix build with c++17
PR:		272242
Reported by:	tobias.rehbein@web.de (maintainer)
2023-06-29 08:37:55 +02:00

13 lines
579 B
C

--- diskid.h.orig 2023-06-27 06:22:10 UTC
+++ diskid.h
@@ -61,8 +61,8 @@ typedef unsigned char byte;
typedef unsigned long dword;
typedef struct {
- byte FirstTrack; // The first track on CD : normally 1
- byte LastTrack; // The last track on CD: max number 99
+ ::byte FirstTrack; // The first track on CD : normally 1
+ ::byte LastTrack; // The last track on CD: max number 99
dword FrameOffset[100]; // Track 2 is TrackFrameOffset[2] etc.
// Leadout Track will be TrackFrameOffset[0]