summaryrefslogtreecommitdiff
path: root/Tests/CustComDepend/bar.h
blob: b0a690b572f4ac7444cdb967d170bfae0874e2b9 (plain)
1
2
3
4
5
6
7
8
9
#ifdef _WIN32
#  ifdef bar_EXPORTS
#    define BAR_EXPORT __declspec(dllexport)
#  else
#    define BAR_EXPORT __declspec(dllimport)
#  endif
#else
#  define BAR_EXPORT
#endif