diff options
| author | Stephen Sinclair <radarsat1@gmail.com> | 2018-07-14 10:17:47 -0400 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@gmail.com> | 2018-07-14 10:18:03 -0400 |
| commit | 1de9bea0c135090aca4c41f7752eda47c9e2959d (patch) | |
| tree | 54cf1f00ba430b4f7347787fad885f9e6f69cac4 /RtAudio.cpp | |
| parent | 8f4579a2f8a66e222c0b1f5a2727feff379c93d3 (diff) | |
Include process.h for _beginthreadex for DS.
Fixes #140.
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 b091e15..a51608d 100644 --- a/RtAudio.cpp +++ b/RtAudio.cpp @@ -5121,6 +5121,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 <windows.h> +#include <process.h> #include <mmsystem.h> #include <mmreg.h> #include <dsound.h> |
