Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
ffe0edc09287c730853d799c42fbb38e92bbd5bf
/
.
/
Tests
/
RunCMake
/
FASTBuild
/
header.hpp
blob: 92900c14a8d0b234e1f574a7972e8cccc22ba15b [
file
]
#ifdef
_WIN32
# define EXPORT __declspec(dllexport)
#else
# define EXPORT
#endif