Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
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
();
};