repo.or.cz
/
CMakeLuaTailorHgBridge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
CVS resync
[CMakeLuaTailorHgBridge.git]
/
CMakeLua
/
Tests
/
CustComDepend
/
bar.h
blob
d462c9b5bd18d07da8a260fda08435aee238a119
1
#ifdef _WIN32
2
# ifdef bar_EXPORTS
3
# define BAR_EXPORT __declspec( dllexport )
4
# else
5
# define BAR_EXPORT __declspec( dllimport )
6
# endif
7
#else
8
# define BAR_EXPORT
9
#endif