1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-01 07:14:31 +00:00

sapi: Add GUIDs SPDFID_Text/WaveFormatEx.

This commit is contained in:
Shaun Ren 2023-05-15 23:06:47 -04:00 committed by Alexandre Julliard
parent 454283ec22
commit 615852a97f
2 changed files with 8 additions and 0 deletions

View File

@ -29,12 +29,17 @@
#include "sapiddk.h"
#include "sperror.h"
#include "initguid.h"
#include "wine/debug.h"
#include "sapi_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(sapi);
DEFINE_GUID(SPDFID_Text, 0x7ceef9f9, 0x3d13, 0x11d2, 0x9e, 0xe7, 0x00, 0xc0, 0x4f, 0x79, 0x73, 0x96);
DEFINE_GUID(SPDFID_WaveFormatEx, 0xc31adbae, 0x527f, 0x4ff5, 0xa2, 0x30, 0xf6, 0x2b, 0xb6, 0x1f, 0xf7, 0x0c);
enum flow_type { FLOW_IN, FLOW_OUT };
struct mmaudio

View File

@ -426,6 +426,9 @@ typedef [hidden] enum SPSTREAMFORMAT
SPSF_NUM_FORMATS
} SPSTREAMFORMAT;
cpp_quote("EXTERN_C const GUID SPDFID_Text;")
cpp_quote("EXTERN_C const GUID SPDFID_WaveFormatEx;")
typedef unsigned short SPPHONEID;
typedef [restricted, hidden] struct SPPHRASEELEMENT