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
plugins: compile plugins for Windows games also on Linux, for Proton/Wine support #3511
plugins: compile plugins for Windows games also on Linux, for Proton/Wine support #3511
Conversation
d6e2f97
to
b26985d
Compare
b26985d
to
9f99765
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What’s up the with include change?
How is enabling this done? What changes?
The new header includes #ifdef WIN32
#include "../mumble_plugin_win32.h" // Include standard plugin header.
#else
#include "../mumble_plugin_linux.h" // Include standard plugin header.
#endif
This pull request changes |
9f99765
to
65576fc
Compare
65576fc
to
46f7ded
Compare
af28c34
to
81aae2b
Compare
81aae2b
to
bb248cc
Compare
Support for Wine was added in #2512.