mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Fixes compilation error expanding from macro 'major'.
This commit is contained in:
parent
7179e75e70
commit
fce98f5e16
1 changed files with 7 additions and 0 deletions
|
|
@ -5,6 +5,13 @@
|
|||
#include <minecraft/PackProfile.h>
|
||||
#include <minecraft/VersionFilterData.h>
|
||||
|
||||
#ifdef major
|
||||
#undef major
|
||||
#endif
|
||||
#ifdef minor
|
||||
#undef minor
|
||||
#endif
|
||||
|
||||
void VerifyJavaInstall::executeTask() {
|
||||
auto m_inst = std::dynamic_pointer_cast<MinecraftInstance>(m_parent->instance());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue