]> git.tdb.fi Git - ext/openal.git/blobdiff - config.h
Add MSP build system
[ext/openal.git] / config.h
diff --git a/config.h b/config.h
new file mode 100644 (file)
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