Skip to content

Commit

Permalink
update prerelease version check
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamiras committed Apr 21, 2024
1 parent 45d57fb commit d3d5c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/viewmodels/AssetListViewModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@ static std::wstring ValidateCondSet(const rc_condset_t* pCondSet)
for (const auto* pCondition = pCondSet->conditions; pCondition != nullptr; pCondition = pCondition->next)
{
/* rc_condition_t validation goes here */
#if RA_INTEGRATION_VERSION_LESS_THAN(1,2,2)
#if RA_INTEGRATION_VERSION_LESS_THAN(1,4,0)
#define VALIDATE_PRERELEASE_FUNCTIONALITY
// if (pCondition->operand1.size == RC_MEMSIZE_MBF32_LE || pCondition->operand2.size == RC_MEMSIZE_MBF32_LE)
// return L"MBF32 LE size is pre-release functionality";
Expand Down

0 comments on commit d3d5c91

Please sign in to comment.