diff options
| author | Stephen Sinclair <radarsat1@users.noreply.github.com> | 2017-08-22 23:01:38 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-22 23:01:38 -0300 |
| commit | 89d9757f80b5abb10da88300c1217b062fe5925b (patch) | |
| tree | 94da26b79a4cb9564d891cd1847cc442fc3e7936 /RtAudio.cpp | |
| parent | dd61d7a832cc1f5cfcdbb21796f777862fa0eafa (diff) | |
| parent | 87ab4a3cf7288117f34e36e9834c612668bd14c2 (diff) | |
Merge pull request #79 from radarsat1/dsound-mmsystem
Add mmsystem.h and mmreg.h for dsound.
Diffstat (limited to 'RtAudio.cpp')
| -rw-r--r-- | RtAudio.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RtAudio.cpp b/RtAudio.cpp index 5d49366..61b4708 100644 --- a/RtAudio.cpp +++ b/RtAudio.cpp @@ -5287,6 +5287,8 @@ Exit: // Various revisions for RtAudio 4.0 by Gary Scavone, April 2007
// Changed device query structure for RtAudio 4.0.7, January 2010
+#include <mmsystem.h>
+#include <mmreg.h>
#include <dsound.h>
#include <assert.h>
#include <algorithm>
|
