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:
Ross Bencina 2016-10-04 12:59:26 +00:00
commit 037f18a2e4

View file

@ -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>