From 62d8126df0ec90a9b1f3b660fce769631c57208e Mon Sep 17 00:00:00 2001 From: Tony Puccinelli Date: Fri, 13 Aug 2010 02:58:52 +0000 Subject: added appropriate ifdefs throughout the plugins directory svn-id: r52053 --- backends/plugins/psp/psp-provider.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'backends/plugins/psp') diff --git a/backends/plugins/psp/psp-provider.h b/backends/plugins/psp/psp-provider.h index c4debc7997..4662f875b7 100644 --- a/backends/plugins/psp/psp-provider.h +++ b/backends/plugins/psp/psp-provider.h @@ -23,17 +23,17 @@ * */ +#if defined(DYNAMIC_MODULES) && defined(__PSP__) + #ifndef BACKENDS_PLUGINS_PSP_PSP_PROVIDER_H #define BACKENDS_PLUGINS_PSP_PSP_PROVIDER_H #include "backends/plugins/elf-provider.h" -#if defined(DYNAMIC_MODULES) && defined(__PSP__) - class PSPPluginProvider : public ELFPluginProvider { Plugin* createPlugin(const Common::FSNode &node) const; }; -#endif // defined(DYNAMIC_MODULES) && defined(__PSP__) - #endif /* BACKENDS_PLUGINS_PSP_PSP_PROVIDER_H */ + +#endif // defined(DYNAMIC_MODULES) && defined(__PSP__) -- cgit v1.2.3