Module: wine Branch: master Commit: 7ccc45f754a39a425ecc2358a4cfc5675ff11ffb URL: https://source.winehq.org/git/wine.git/?a=commit;h=7ccc45f754a39a425ecc2358a...
Author: Andrew Eikum aeikum@codeweavers.com Date: Tue Apr 28 13:18:16 2020 -0500
include/xapo.idl: Add XAPO registration flags.
Signed-off-by: Andrew Eikum aeikum@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/xapo.idl | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/include/xapo.idl b/include/xapo.idl index 7b28ac9f43..841793d4fa 100644 --- a/include/xapo.idl +++ b/include/xapo.idl @@ -20,6 +20,13 @@ import "unknwn.idl";
#define XAPO_REGISTRATION_STRING_LENGTH 256
+cpp_quote("#define XAPO_FLAG_CHANNELS_MUST_MATCH 0x1") +cpp_quote("#define XAPO_FLAG_FRAMERATE_MUST_MATCH 0x2") +cpp_quote("#define XAPO_FLAG_BITSPERSAMPLE_MUST_MATCH 0x4") +cpp_quote("#define XAPO_FLAG_BUFFERCOUNT_MUST_MATCH 0x8") +cpp_quote("#define XAPO_FLAG_INPLACE_SUPPORTED 0x10") +cpp_quote("#define XAPO_FLAG_INPLACE_REQUIRED 0x20") + cpp_quote("#if 0") typedef struct WAVEFORMATEX {