mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Explicitly export EFL symbols
This commit is contained in:
parent
f27c0b44b8
commit
86269052eb
54 changed files with 397 additions and 2 deletions
10
include/util/defs.h
Normal file
10
include/util/defs.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef UTIL_DEFS_H
|
||||
#define UTIL_DEFS_H
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define WLR_API __attribute__((visibility("default")))
|
||||
#else
|
||||
#define WLR_API
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue