wasapi: Fixed compilation with MinGW (W64) when targeting 32-bit platform
This commit is contained in:
parent
712685c71a
commit
c6178e8592
1 changed files with 8 additions and 6 deletions
|
|
@ -168,12 +168,14 @@
|
||||||
#include <oleidl.h>
|
#include <oleidl.h>
|
||||||
#include <objidl.h>
|
#include <objidl.h>
|
||||||
#else
|
#else
|
||||||
typedef struct _BYTE_BLOB
|
#ifndef _BLOB_DEFINED
|
||||||
{
|
typedef struct _BYTE_BLOB
|
||||||
unsigned long clSize;
|
{
|
||||||
unsigned char abData[ 1 ];
|
unsigned long clSize;
|
||||||
} BYTE_BLOB;
|
unsigned char abData[ 1 ];
|
||||||
typedef /* [unique] */ __RPC_unique_pointer BYTE_BLOB *UP_BYTE_BLOB;
|
} BYTE_BLOB;
|
||||||
|
typedef /* [unique] */ __RPC_unique_pointer BYTE_BLOB *UP_BYTE_BLOB;
|
||||||
|
#endif
|
||||||
typedef LONGLONG REFERENCE_TIME;
|
typedef LONGLONG REFERENCE_TIME;
|
||||||
#define NONAMELESSUNION
|
#define NONAMELESSUNION
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue