mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 12:50:51 +00:00
PLUGINS: Fix warning when not using the ELF loader.
svn-id: r52613
This commit is contained in:
parent
83a931dac0
commit
fd4189180d
@ -94,7 +94,7 @@ extern int pluginTypeVersions[PLUGIN_TYPE_MAX];
|
||||
#if defined(ELF_LOADER_TARGET) && defined(ELF_LOADER_CXA_ATEXIT)
|
||||
#define PLUGIN_DYNAMIC_EXTRA_DECL uint32 __dso_handle __attribute__((visibility ("hidden"))) = 0
|
||||
#else
|
||||
#define PLUGIN_DYNAMIC_EXTRA_DECL
|
||||
#define PLUGIN_DYNAMIC_EXTRA_DECL void dummyFuncToAllowTrailingSemicolon()
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user