[Xfce4-commits] <midori:master> Use lib prefix for library filenames everywhere
Christian Dywan
noreply at xfce.org
Wed Sep 5 01:58:02 CEST 2012
Updating branch refs/heads/master
to 3f4b0da5a093a6d1e8f912692b41828a0fce236d (commit)
from 646b41b256114ddef593d7ffe17dd59cfcd6baf9 (commit)
commit 3f4b0da5a093a6d1e8f912692b41828a0fce236d
Author: Paweł Forysiuk <tuxator at o2.pl>
Date: Wed Sep 5 01:26:35 2012 +0200
Use lib prefix for library filenames everywhere
midori/midori-platform.h | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/midori/midori-platform.h b/midori/midori-platform.h
index 8816868..b74339a 100644
--- a/midori/midori-platform.h
+++ b/midori/midori-platform.h
@@ -38,11 +38,6 @@
&& MIDORI_MOD_NEW_TAB(((GdkEventButton*)evt)->state)) \
|| (((GdkEventButton*)evt)->button == 2)))
-#ifndef G_OS_WIN32
- #define MIDORI_MODULE_PREFIX "lib"
-#else
- #define MIDORI_MODULE_PREFIX ""
-#endif
-
+#define MIDORI_MODULE_PREFIX "lib"
#endif /* !__MIDORI_PLATFORM_H__ */
More information about the Xfce4-commits
mailing list