mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 18:00:26 +00:00
Fix name of define used in ifdefs
This commit is contained in:
parent
627c96228b
commit
bbbf866775
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user