Use lib prefix for library filenames everywhere
This commit is contained in:
parent
646b41b256
commit
3f4b0da5a0
1 changed files with 1 additions and 6 deletions
|
@ -38,11 +38,6 @@
|
||||||
&& MIDORI_MOD_NEW_TAB(((GdkEventButton*)evt)->state)) \
|
&& MIDORI_MOD_NEW_TAB(((GdkEventButton*)evt)->state)) \
|
||||||
|| (((GdkEventButton*)evt)->button == 2)))
|
|| (((GdkEventButton*)evt)->button == 2)))
|
||||||
|
|
||||||
#ifndef G_OS_WIN32
|
#define MIDORI_MODULE_PREFIX "lib"
|
||||||
#define MIDORI_MODULE_PREFIX "lib"
|
|
||||||
#else
|
|
||||||
#define MIDORI_MODULE_PREFIX ""
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#endif /* !__MIDORI_PLATFORM_H__ */
|
#endif /* !__MIDORI_PLATFORM_H__ */
|
||||||
|
|
Loading…
Reference in a new issue