diff options
| author | Stephen Sinclair <radarsat1@gmail.com> | 2016-11-02 11:22:11 -0300 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@gmail.com> | 2016-11-02 11:22:11 -0300 |
| commit | 87ab4a3cf7288117f34e36e9834c612668bd14c2 (patch) | |
| tree | b95d61fc2b2c21e706ac16df6db1f45395f46213 /RtAudio.cpp | |
| parent | 2697075ec56e365ecc20841cbfb5f98d4b79eb43 (diff) | |
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 882fa0e..a6b4a47 100644 --- a/RtAudio.cpp +++ b/RtAudio.cpp @@ -5195,6 +5195,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>
|
