diff options
| author | Stephen Sinclair <radarsat1@gmail.com> | 2018-12-29 15:03:27 +0100 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@gmail.com> | 2018-12-29 15:05:40 +0100 |
| commit | b9468aa6f82fdea1f3dc364f477e859b39f0bb2a (patch) | |
| tree | a73354193f8723c9e47177e7c2950f0621f026de | |
| parent | 22c1d6cbea5061fb554010a16f018dbdf389e488 (diff) | |
Windows: include stdint.h for ThreadHandle.
Fixes #142.
| -rw-r--r-- | RtAudio.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
