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