Skip to content

Commit

Permalink
Merge pull request #79 from radarsat1/dsound-mmsystem
Browse files Browse the repository at this point in the history
Add mmsystem.h and mmreg.h for dsound.
  • Loading branch information
radarsat1 committed Aug 23, 2017
2 parents dd61d7a + 87ab4a3 commit 89d9757
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RtAudio.cpp
Expand Up @@ -5287,6 +5287,8 @@ void RtApiWasapi::wasapiThread()
// 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>
Expand Down

0 comments on commit 89d9757

Please sign in to comment.