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
KWSys Nightly Date Stamp
[cmake.git]
/
Tests
/
ExportImport
/
Export
/
testLib4.c
blob
846b4389b4f89805a993c9d5217dfe617dca6d46
1
#if defined(_WIN32) || defined(__CYGWIN__)
2
# define testLib4_EXPORT __declspec(dllexport)
3
#else
4
# define testLib4_EXPORT
5
#endif
6
7
testLib4_EXPORT
int
testLib4
(
void
) {
return
0
; }