Re: [PATCH v2 0/3] MR2727: hrtfapo: Add CreateHrtfApo() stub.
30 Apr
2023
30 Apr
'23
11:10 p.m.
Zebediah Figura (@zfigura) commented about include/hrtfapoapi.idl:
+ float unityGainDistance; + float cutoffDistance; +} HrtfDistanceDecay; + +typedef struct HrtfApoInit +{ + HrtfDistanceDecay *distanceDecay; + HrtfDirectivity *directivity; +} HrtfApoInit; + +cpp_quote("STDAPI CreateHrtfApo(const HrtfApoInit *init, IXAPO **xapo);") + +[ + object, + uuid(15b3cd66-e9de-4464-b6e6-2bc3cf63d455), + pointer_default(unique) You don't need the pointer_default(unique) attribute; it's the default. Yes, it's everywhere in Wine headers, but it's really unnecessary.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2727#note_31597
957
Age (days ago)
957
Last active (days ago)
0 comments
1 participants
participants (1)
-
Zebediah Figura (@zfigura)