KDE/kdelibs/libltdl

2006-04-18 Thread Paulo Moura Guedes
+6 -4 ltdl.h --- trunk/KDE/kdelibs/libltdl/ltdl.c #530990:530991 @@ -25,8 +25,6 @@ */ -#include - #if HAVE_CONFIG_H # include #endif @@ -1302,7 +1300,7 @@ static int initialized = 0; /* Initialize libltdl. */ -KDECORE_EXPORT int +int lt_dlinit () {

KDE/kdelibs/libltdl

2006-04-17 Thread Paulo Moura Guedes
SVN commit 530825 by mojo: Export this methods; needed for Windows. CCMAIL: kde-buildsystem@kde.org M +6 -4 ltdl.c --- trunk/KDE/kdelibs/libltdl/ltdl.c #530824:530825 @@ -25,6 +25,8 @@ */ +#include + #if HAVE_CONFIG_H # include #endif @@ -1300,7 +1302,7 @@ static int