aboutsummaryrefslogtreecommitdiff
path: root/include/util/defs.h
blob: 55a21f6b9d22035b798c5938d631decd33c0f2b0 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef UTIL_DEFS_H
#define UTIL_DEFS_H

#ifdef __GNUC__
#define WLR_API __attribute__((visibility("default")))
#else
#define WLR_API
#endif

#endif