Browse Source

Windows: include stdint.h for ThreadHandle.

Fixes #142.
tags/5.1.0
Stephen Sinclair 6 years ago
parent
commit
b9468aa6f8
1 changed files with 1 additions and 0 deletions
  1. +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;


Loading…
Cancel
Save