]> git.tdb.fi Git - ext/openal.git/blob - config.h
Tweak some types to work around an MSVC compile error
[ext/openal.git] / config.h
1 #ifdef WITH_WASAPI
2 #define HAVE_WASAPI
3 #endif
4
5 #ifdef WITH_DSOUND
6 #define HAVE_DSOUND
7 #endif
8
9 #ifdef WITH_WINMM
10 #define HAVE_WINMM
11 #endif