Additional portability fix for MacOS X
This commit is contained in:
parent
d5718911c4
commit
1b8b48ef78
|
@ -1057,7 +1057,11 @@ static void _cancel_applets(Panel * panel)
|
||||||
{
|
{
|
||||||
DIR * dir;
|
DIR * dir;
|
||||||
struct dirent * de;
|
struct dirent * de;
|
||||||
|
#ifdef __APPLE__
|
||||||
|
char const ext[] = ".dylib";
|
||||||
|
#else
|
||||||
char const ext[] = ".so";
|
char const ext[] = ".so";
|
||||||
|
#endif
|
||||||
size_t len;
|
size_t len;
|
||||||
char * q;
|
char * q;
|
||||||
char const * r;
|
char const * r;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user