mpd/src/apple
Caleb Xu c6f7f57776 apple/Throw: add missing <cstring> header
strlen() and strcpy() are provided by the <string.h> and <cstring>
headers (as functions in global and std namespaces, respectively).

Compilers MAY provide an implementation for either of the functions
without including the extra header but the existence of a declaration
without the header is not assured.
2022-05-19 09:08:44 +02:00
..
AudioObject.cxx apple/AudioObject: add AudioObjectGetStringProperty() 2020-07-02 13:50:05 +02:00
AudioObject.hxx apple/AudioObject: add AudioObjectGetStringProperty() 2020-07-02 13:50:05 +02:00
AudioUnit.hxx apple/AudioUnit: add AudioUnitSetPropertyT() 2020-07-02 14:59:40 +02:00
ErrorRef.hxx apple/ErrorRef: new library wrapping CFErrorRef 2020-07-01 22:05:10 +02:00
meson.build apple/AudioObject: add AudioObjectGetStringProperty() 2020-07-02 13:50:05 +02:00
StringRef.hxx apple/StringRef: new library wrapping CFStringRef 2020-07-01 22:01:53 +02:00
Throw.cxx apple/Throw: add missing <cstring> header 2022-05-19 09:08:44 +02:00
Throw.hxx apple/Throw: new helper library replacing osx_os_status_to_cstring() 2020-07-01 22:05:11 +02:00