cmake/Tests/InterfaceLinkLibrariesDirect/testSharedLibWithHelper.c

8 lines
96 B

#ifdef _WIN32
__declspec(dllexport)
#endif
int testSharedLibWithHelper(int n)
{
return n;
}