ALL: Fix compilation with disabled cloud but enabled libcurl

This commit is contained in:
Eugene Sandulenko 2016-10-17 18:45:12 +02:00
parent d3c173da7a
commit e8b70a4686
12 changed files with 46 additions and 39 deletions

View file

@ -87,7 +87,7 @@ int SaveLoadChooser::runModalWithPluginAndTarget(const EnginePlugin *plugin, con
if (!_impl)
return -1;
#ifdef USE_LIBCURL
#if defined(USE_CLOUD) && defined(USE_LIBCURL)
_impl->runSaveSync(ConfMan.hasKey("savepath", target));
#endif