added appropriate ifdefs throughout the plugins directory
svn-id: r52053
This commit is contained in:
parent
139a96182d
commit
62d8126df0
8 changed files with 31 additions and 9 deletions
|
@ -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) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue