Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
34c0c7754ffdbc03b94de64f55eb046b9bbaec0d
/
.
/
Tests
/
RunCMake
/
Emscripten
/
base.c
blob: ed769a07b0770fe377c0a341584d52247d82f400 [
file
] [
log
] [
blame
]
#if !defined(STATIC_BASE)
# if defined(_WIN32)
__declspec
(
dllexport
)
# endif
#endif
void
base
(
void
)
{
}