Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
c36c19d7118bab0cf76c42e0ff105ffdd964c823
/
.
/
Tests
/
ConfigSources
/
shared.cpp
blob: 1726c46b0fc886838f75addae6897cd5c59f3a1f [
file
]
#if defined(_WIN32)
# define EXPORT __declspec(dllexport)
#else
# define EXPORT
#endif
EXPORT
void
shared
()
{
}