Browse Source

Include process.h for _beginthreadex for DS.

Fixes #140.
tags/5.1.0
Stephen Sinclair 6 years ago
parent
commit
1de9bea0c1
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      RtAudio.cpp

+ 2
- 0
RtAudio.cpp View File

@@ -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>


Loading…
Cancel
Save