Fix name of define used in ifdefs

This commit is contained in:
Martín Capello 2022-06-21 15:28:04 -03:00 committed by David Capello
parent 627c96228b
commit bbbf866775
2 changed files with 5 additions and 5 deletions

View File

@ -191,7 +191,7 @@ public:
void createDataRecovery(Context* ctx) {
#ifdef ENABLE_DATA_RECOVERY
#ifdef ENABLE_TRIAL_VERSION
#ifdef ENABLE_TRIAL_MODE
DRM_INVALID{
return;
}
@ -213,7 +213,7 @@ public:
void searchDataRecoverySessions() {
#ifdef ENABLE_DATA_RECOVERY
#ifdef ENABLE_TRIAL_VERSION
#ifdef ENABLE_TRIAL_MODE
DRM_INVALID{
return;
}
@ -228,7 +228,7 @@ public:
void deleteDataRecovery() {
#ifdef ENABLE_DATA_RECOVERY
#ifdef ENABLE_TRIAL_VERSION
#ifdef ENABLE_TRIAL_MODE
DRM_INVALID{
return;
}

View File

@ -116,7 +116,7 @@ void HomeView::dataRecoverySessionsAreReady()
{
#ifdef ENABLE_DATA_RECOVERY
#ifdef ENABLE_TRIAL_VERSION
#ifdef ENABLE_TRIAL_MODE
DRM_INVALID{
return;
}
@ -270,7 +270,7 @@ void HomeView::onRecoverSprites()
{
#ifdef ENABLE_DATA_RECOVERY
#ifdef ENABLE_TRIAL_VERSION
#ifdef ENABLE_TRIAL_MODE
DRM_INVALID{
return;
}