Merge pull request #552 from PortAudio/winrt
wasapi: Fixed compilation with MinGW (W64)
This commit is contained in:
commit
39bfe6c63d
1 changed files with 8 additions and 6 deletions
|
|
@ -172,12 +172,14 @@
|
|||
#include <oleidl.h>
|
||||
#include <objidl.h>
|
||||
#else
|
||||
typedef struct _BYTE_BLOB
|
||||
{
|
||||
unsigned long clSize;
|
||||
unsigned char abData[ 1 ];
|
||||
} BYTE_BLOB;
|
||||
typedef /* [unique] */ __RPC_unique_pointer BYTE_BLOB *UP_BYTE_BLOB;
|
||||
#ifndef _BLOB_DEFINED
|
||||
typedef struct _BYTE_BLOB
|
||||
{
|
||||
unsigned long clSize;
|
||||
unsigned char abData[ 1 ];
|
||||
} BYTE_BLOB;
|
||||
typedef /* [unique] */ __RPC_unique_pointer BYTE_BLOB *UP_BYTE_BLOB;
|
||||
#endif
|
||||
typedef LONGLONG REFERENCE_TIME;
|
||||
#define NONAMELESSUNION
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue