summaryrefslogtreecommitdiff
path: root/Tests/CustComDepend/bar.h
blob: d17946428470dc56387e9894b3a5c3021bc4f4c7 (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