X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=config.h;fp=config.h;h=0d553a931d6c9a62c99bd7b321bf4f90543424c2;hb=3bbbba4a23a153e6f272ca0a75cff73abec84212;hp=0000000000000000000000000000000000000000;hpb=bd4b334e22159c4f48e8d579952146c486a5a058;p=ext%2Fopenal.git diff --git a/config.h b/config.h new file mode 100644 index 0000000..0d553a9 --- /dev/null +++ b/config.h @@ -0,0 +1,11 @@ +#ifdef WITH_WASAPI +#define HAVE_WASAPI +#endif + +#ifdef WITH_DSOUND +#define HAVE_DSOUND +#endif + +#ifdef WITH_WINMM +#define HAVE_WINMM +#endif