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
Resync
[CMakeLuaTailorHgBridge.git]
/
CMakeLua
/
Tests
/
OutOfSource
/
OutOfSourceSubdir
/
testlib.h
blob
289b6736179c1362bd25d6ee8ad0e8a743c91c57
1
#ifdef _WIN32
2
# ifdef testlib_EXPORTS
3
# define CM_TEST_LIB_EXPORT __declspec( dllexport )
4
# else
5
# define CM_TEST_LIB_EXPORT __declspec( dllimport )
6
# endif
7
#else
8
# define CM_TEST_LIB_EXPORT
9
#endif
10
11
CM_TEST_LIB_EXPORT
float
TestLib
();