This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
rtaudio
mirror of
https://github.com/falkTX/rtaudio
Watch
1
Star
0
Fork
0
Code
Releases
27
Activity
Browse Source
Windows: include stdint.h for ThreadHandle.
Fixes
#142
.
tags/5.1.0
Stephen Sinclair
6 years ago
parent
22c1d6cbea
commit
b9468aa6f8
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
RtAudio.h
+ 1
- 0
RtAudio.h
View File
@@ -621,6 +621,7 @@ class RTAUDIO_DLL_PUBLIC RtAudio
#endif
#include <windows.h>
#include <process.h>
#include <stdint.h>
typedef uintptr_t ThreadHandle;
typedef CRITICAL_SECTION StreamMutex;
Write
Preview
Loading…
Cancel
Save