compile fix, since KDE has no own ltdl anymore.

old libtool ltdl.h have #defines for lt_ptr_t. New ones are simply using
lt_ptr for lt_ptr_t.

svn path=/trunk/kdebase/kwin/; revision=138132
This commit is contained in:
Adrian Schroeter 2002-02-23 00:41:48 +00:00
parent b7fd6761f1
commit aebf39c8df

View file

@ -19,8 +19,8 @@ Copyright (C) 1999, 2000 Daniel M. Duley <mosfet@kde.org>
#include "plugins.h" #include "plugins.h"
#if 0 #ifndef lt_ptr_t
#define lt_ptr lt_ptr_t #define lt_ptr_t lt_ptr
#endif #endif
using namespace KWinInternal; using namespace KWinInternal;