repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ENH: fix bug where sharedforward would not work if there was a space in the path...
[cmake.git]
/
Tests
/
LibName
/
bar.c
blob
9607180380b93d817d2896ed2f7758b1a17f45fe
1
#ifdef _WIN32
2
__declspec
(
dllexport
)
3
#endif
4
5
extern
void
foo
()
6
{
7
}