Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
ExportImport
/
Export
/
testLibNoSONAME.c
blob: 955284852c84905c2171b687cd8807438dc38484 [
file
] [
log
] [
blame
]
#if defined(_WIN32) || defined(__CYGWIN__)
# define testLibNoSONAME_EXPORT __declspec(dllexport)
#else
# define testLibNoSONAME_EXPORT
#endif
testLibNoSONAME_EXPORT
int
testLibNoSoName
(
void
)
{
return
0
;
}