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:
parent
b7fd6761f1
commit
aebf39c8df
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ Copyright (C) 1999, 2000 Daniel M. Duley <mosfet@kde.org>
|
|||
|
||||
#include "plugins.h"
|
||||
|
||||
#if 0
|
||||
#define lt_ptr lt_ptr_t
|
||||
#ifndef lt_ptr_t
|
||||
#define lt_ptr_t lt_ptr
|
||||
#endif
|
||||
|
||||
using namespace KWinInternal;
|
||||
|
|
Loading…
Reference in a new issue