Browse Source

Update for compiling WASAPI on both MinGW and VS.

tags/4.1.1
Gary Scavone 10 years ago
parent
commit
adf4deb452
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      RtAudio.h

+ 4
- 0
RtAudio.h View File

@@ -568,6 +568,10 @@ class RtAudio

// Operating system dependent thread functionality.
#if defined(__WINDOWS_DS__) || defined(__WINDOWS_ASIO__) || defined(__WINDOWS_WASAPI__)

#ifndef NOMINMAX
#define NOMINMAX
#endif
#include <windows.h>
#include <process.h>



Loading…
Cancel
Save