diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-09 05:33:58 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-09 05:35:08 +0200 |
commit | 793cea587159a0ba01fec6af28e899697ef4da79 (patch) | |
tree | b4ec4477862ed74dc2c180d2b002915f8df040e8 /api | |
parent | 841e163ae4b86317cca29748cf0f2730418e4fa5 (diff) |
cleanup only
Diffstat (limited to 'api')
-rw-r--r-- | api/plugin-support.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/plugin-support.hpp b/api/plugin-support.hpp index 5e93e119..5062a688 100644 --- a/api/plugin-support.hpp +++ b/api/plugin-support.hpp @@ -29,7 +29,7 @@ # define OPENTRACK_SOLIB_EXT "so" #endif -#define OPENTRACK_SOLIB_PREFIX "lib" +#define OPENTRACK_SOLIB_PREFIX "" extern "C" typedef void* (*OPENTRACK_CTOR_FUNPTR)(void); extern "C" typedef Metadata_* (*OPENTRACK_METADATA_FUNPTR)(void); |