Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
156ac6c728020f904d49b2a3d45b5f155b06d22b
/
.
/
Tests
/
RunCMake
/
CSharpReferenceImport
/
ImportLibNative.h
blob: 77bcb8222bf2469006b1b5f912916d949b713859 [
file
]
#pragma
once
#ifdef
ImportLibNative_EXPORTS
# define nativeAPI __declspec(dllexport)
#else
# define nativeAPI __declspec(dllimport)
#endif
class
nativeAPI
ImportLibNative
{
public
:
static
void
Message
();
};