Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed compilation for macroizing the keyword "inline" #68

Merged
merged 1 commit into from
Aug 27, 2022
Merged

Fixed compilation for macroizing the keyword "inline" #68

merged 1 commit into from
Aug 27, 2022

Conversation

DaniKog
Copy link
Contributor

@DaniKog DaniKog commented Aug 25, 2022

Added _XKEYCHECK_H to fix
compilation error

C++ Standard Library forbids macroizing the keyword "inline". in Wwise Generator

#define inline __inline
in
HvUtils.h(204)

Added _XKEYCHECK_H to fix
compilation error

C++ Standard Library forbids macroizing the keyword "inline". in Wwise Generetor

#define inline __inline
in
HvUtils.h(204)
@dromer
Copy link
Collaborator

dromer commented Aug 26, 2022

Do you know if this works with the older versions of wwise?
Otherwise we maybe should deprecate the usage of those.

@DaniKog
Copy link
Contributor Author

DaniKog commented Aug 26, 2022

Yes this should not have effect over Wwise compatibility as more fix for the macroing the __inline keyword
But just to be sure I verified Wwise SDK compatibility all the way back to 2018.1.5.6835 :)

@dromer
Copy link
Collaborator

dromer commented Aug 27, 2022

Perfect, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants