aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins
diff options
context:
space:
mode:
authorFabio Battaglia2011-05-04 16:51:04 +0200
committerFabio Battaglia2011-05-04 16:51:04 +0200
commitd65479a9d7c6248f499c0ea4ced97232b91ff6e6 (patch)
treedd80953e4011943261506c7ffc117acee41b9919 /backends/plugins
parentf16311291df4cd0fa6003beee330be2b808aa360 (diff)
parente19de13a5d84b516a14b83c01053945b74444c34 (diff)
downloadscummvm-rg350-d65479a9d7c6248f499c0ea4ced97232b91ff6e6.tar.gz
scummvm-rg350-d65479a9d7c6248f499c0ea4ced97232b91ff6e6.tar.bz2
scummvm-rg350-d65479a9d7c6248f499c0ea4ced97232b91ff6e6.zip
Merge branch 'master' of https://github.com/scummvm/scummvm
Diffstat (limited to 'backends/plugins')
-rw-r--r--backends/plugins/sdl/sdl-provider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/plugins/sdl/sdl-provider.h b/backends/plugins/sdl/sdl-provider.h
index b546b028a2..350261a37f 100644
--- a/backends/plugins/sdl/sdl-provider.h
+++ b/backends/plugins/sdl/sdl-provider.h
@@ -35,6 +35,6 @@ protected:
Plugin* createPlugin(const Common::FSNode &node) const;
};
-#endif // defined(DYNAMIC_MODULES) && defined(UNIX)
+#endif // defined(DYNAMIC_MODULES) && defined(SDL_BACKEND)
#endif