Fixed mixup in win32 plugin provider code, and added win32 & dc plugin providers to the build system
svn-id: r24150
This commit is contained in:
parent
8d82ffd31b
commit
d88288120b
2 changed files with 4 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifdef DYNAMIC_MODULES
|
||||
#if defined(DYNAMIC_MODULES) && defined(_WIN32)
|
||||
|
||||
#include "backends/plugins/win32/win32-provider.h"
|
||||
#include "backends/plugins/dynamic-plugin.h"
|
||||
|
@ -121,4 +121,4 @@ PluginList Win32PluginProvider::getPlugins() {
|
|||
}
|
||||
|
||||
|
||||
#endif // DYNAMIC_MODULES
|
||||
#endif // defined(DYNAMIC_MODULES) && defined(_WIN32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue