hack around issue #359 compiler regression

This commit is contained in:
Adam D. Ruppe 2023-01-31 20:34:51 -05:00
parent cf66e0333c
commit b4ada541d3
1 changed files with 8 additions and 2 deletions

View File

@ -39,11 +39,17 @@
Ditto for Macintosh, as I don't have one and don't really care about them. Ditto for Macintosh, as I don't have one and don't really care about them.
License: License:
GPL3 unless you compile with `-version=without_resampler` and do *not* use GPL3 unless you compile with `-version=without_resampler` and don't use the `playEmulatedOpl3Midi`,
the mp3 functions, in which case it is BSL-1.0. in which case it is BSL-1.0.
*/ */
module arsd.simpleaudio; module arsd.simpleaudio;
// hacking around https://issues.dlang.org/show_bug.cgi?id=23595
import core.stdc.config;
version(Posix)
import core.sys.posix.sys.types;
// done with hack around compiler bug
// http://webcache.googleusercontent.com/search?q=cache:NqveBqL0AOUJ:https://www.alsa-project.org/alsa-doc/alsa-lib/group___p_c_m.html&hl=en&gl=us&strip=1&vwsrc=0 // http://webcache.googleusercontent.com/search?q=cache:NqveBqL0AOUJ:https://www.alsa-project.org/alsa-doc/alsa-lib/group___p_c_m.html&hl=en&gl=us&strip=1&vwsrc=0
version(without_resampler) { version(without_resampler) {