mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-18 21:51:22 +00:00
Add Windows driver support macro.
This commit is contained in:
parent
8ef6ac7dcc
commit
413bcbeb84
1 changed files with 6 additions and 0 deletions
|
@ -190,6 +190,12 @@
|
|||
/* Define to enable PulseAudio driver */
|
||||
#cmakedefine PULSE_SUPPORT @PULSE_SUPPORT@
|
||||
|
||||
/* Define to enable DirectSound driver */
|
||||
#cmakedefine DSOUND_SUPPORT @DSOUND_SUPPORT@
|
||||
|
||||
/* Define to enable Windows MIDI driver */
|
||||
#cmakedefine WINMIDI_SUPPORT @WINMIDI_SUPPORT@
|
||||
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
#cmakedefine STDC_HEADERS @STDC_HEADERS@
|
||||
|
||||
|
|
Loading…
Reference in a new issue