aboutsummaryrefslogtreecommitdiff
path: root/client/libacron/include/incl.h
blob: 4ac00abff832c02b981eddf9818faf1854fc2032 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Created by yuuta on 7/21/22.
 */

#ifndef LIBAC_INCL_H
#define LIBAC_INCL_H

#ifdef _MSC_VER
#define LIBAC_EXPORT __declspec(dllexport)
#else
#define LIBAC_EXPORT __attribute__ ((visibility ("default"))) extern
#endif

#endif /* LIBAC_INCL_H */