aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorYotam Barnoy2010-12-30 08:01:58 +0000
committerYotam Barnoy2010-12-30 08:01:58 +0000
commit7558331550b98643f2c5ff72034b920214c899e1 (patch)
tree2fcea0147147e3f67f7e255d2cfa752c51df7d87 /backends
parent6c9a4d36ec3171cfc16f4ed7cd767a462bda87a7 (diff)
downloadscummvm-rg350-7558331550b98643f2c5ff72034b920214c899e1.tar.gz
scummvm-rg350-7558331550b98643f2c5ff72034b920214c899e1.tar.bz2
scummvm-rg350-7558331550b98643f2c5ff72034b920214c899e1.zip
PLUGINS: rename ONE_PLUGIN_AT_A_TIME define to UNCACHED_PLUGINS
ONE_PLUGIN_AT_A_TIME is too long. svn-id: r55064
Diffstat (limited to 'backends')
-rw-r--r--backends/plugins/elf/elf-provider.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/plugins/elf/elf-provider.cpp b/backends/plugins/elf/elf-provider.cpp
index 393010fd6f..084f5eace7 100644
--- a/backends/plugins/elf/elf-provider.cpp
+++ b/backends/plugins/elf/elf-provider.cpp
@@ -183,7 +183,7 @@ void ELFPlugin::unloadPlugin() {
PluginList ELFPluginProvider::getPlugins() {
PluginList pl = FilePluginProvider::getPlugins();
-#if defined(ONE_PLUGIN_AT_A_TIME) && !defined(ELF_NO_MEM_MANAGER)
+#if defined(UNCACHED_PLUGINS) && !defined(ELF_NO_MEM_MANAGER)
// This static downcast is safe because all of the plugins must
// be ELF plugins
for (PluginList::iterator p = pl.begin(); p != pl.end(); ++p) {