Skip to content

Commit d3d5c91

Browse files
committed
update prerelease version check
1 parent 45d57fb commit d3d5c91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ui/viewmodels/AssetListViewModel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ static std::wstring ValidateCondSet(const rc_condset_t* pCondSet)
12141214
for (const auto* pCondition = pCondSet->conditions; pCondition != nullptr; pCondition = pCondition->next)
12151215
{
12161216
/* rc_condition_t validation goes here */
1217-
#if RA_INTEGRATION_VERSION_LESS_THAN(1,2,2)
1217+
#if RA_INTEGRATION_VERSION_LESS_THAN(1,4,0)
12181218
#define VALIDATE_PRERELEASE_FUNCTIONALITY
12191219
// if (pCondition->operand1.size == RC_MEMSIZE_MBF32_LE || pCondition->operand2.size == RC_MEMSIZE_MBF32_LE)
12201220
// return L"MBF32 LE size is pre-release functionality";

0 commit comments

Comments
 (0)