Blame src/internal/slibtool_visibility_impl.h

4b56de
#ifndef SLIBTOOL_VISIBILITY_IMPL_H
4b56de
#define SLIBTOOL_VISIBILITY_IMPL_H
4b56de
4b56de
#ifdef _ATTR_VISIBILITY_HIDDEN
4b56de
#define slbt_hidden _ATTR_VISIBILITY_HIDDEN
4b56de
#else
4b56de
#define slbt_hidden
4b56de
#endif
4b56de
4b56de
#endif