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
/
Source
/
kwsys
/
testDynload.c
blob
67c33c35a09f0d6fe40c0ab521e2ce29176123fb
1
#ifdef _WIN32
2
#define DL_EXPORT __declspec( dllexport )
3
#else
4
#define DL_EXPORT
5
#endif
6
7
DL_EXPORT
int
TestDynamicLoaderData
=
0
;
8
9
DL_EXPORT
void
TestDynamicLoaderSymbolPointer
()
10
{
11
}