summaryrefslogtreecommitdiffstats
path: root/Tests/ConfigSources/shared.cpp
blob: 1726c46b0fc886838f75addae6897cd5c59f3a1f (plain)
1
2
3
4
5
6
7
8
#if defined(_WIN32)
#  define EXPORT __declspec(dllexport)
#else
#  define EXPORT
#endif
EXPORT void shared()
{
}