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