Merge branch '257-wdmks-winioctl-include' into 'master'
Fix for ticket #257: MinGW-w64: Inclusion of <winioctl.h> triggers multiple redefinition errors. +1: Phil Burk Merged-on: https://assembla.com/code/portaudio/git/merge_requests/3915493
This commit is contained in:
commit
037f18a2e4
1 changed files with 2 additions and 0 deletions
|
|
@ -94,7 +94,9 @@ of a device for the duration of active stream using those devices
|
|||
#endif
|
||||
|
||||
#include <windows.h>
|
||||
#ifndef __GNUC__ /* Fix for ticket #257: MinGW-w64: Inclusion of <winioctl.h> triggers multiple redefinition errors. */
|
||||
#include <winioctl.h>
|
||||
#endif
|
||||
#include <process.h>
|
||||
|
||||
#include <math.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue