added appropriate ifdefs throughout the plugins directory

svn-id: r52053
This commit is contained in:
Tony Puccinelli 2010-08-13 02:58:52 +00:00
parent 139a96182d
commit 62d8126df0
8 changed files with 31 additions and 9 deletions

View file

@ -24,6 +24,8 @@
*
*/
#if defined(DYNAMIC_MODULES) && defined(MIPS_TARGET)
#include "elf-loader.h"
#include "shorts-segment-manager.h"
@ -44,3 +46,5 @@ public:
_gpVal = 0;
}
};
#endif /* defined(DYNAMIC_MODULES) && defined(MIPS_TARGET) */