This website requires JavaScript.
Explore
Help
Sign In
claunia
/
libcdio-osx
Archived
Watch
1
Star
0
Fork
0
You've already forked libcdio-osx
Code
Issues
2
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-05-24
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
577774dd7ba281bd25c19f7afe10cd8fb4847411
libcdio-osx
/
lib
/
cdio++
/
cdio_stub.cpp
4 lines
51 B
C++
Raw
Normal View
History
Unescape
Escape
In C++ read.h needs <sys/types.h>. Don't know if this should be fixed here (where we could concievably check for HAVE_SYS_TYPES_H or in read.h (where it would be inde via cdio_config.h, but for now we'll do it this way.
2006-01-05 22:01:44 +00:00
#
include
<sys/types.h>
First cut at a C++ wrapper for libcdio libcdio++. What's not done are audio and MMC commands. No doubt it may be a little rough and I expect further changes.
2005-11-10 11:11:15 +00:00
#
include
<cdio++/cdio.hpp>
Reference in New Issue
Copy Permalink