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