Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b2425fdffda98d9533aa6eb48cc4526c25d2af82
/
.
/
Tests
/
RunCMake
/
CSharpReferenceImport
/
ImportLibMixedNative.h
blob: 76b97c4759cacaaf053a4d69f6f0028e801d703f [
file
]
#pragma
once
#ifdef
ImportLibMixed_EXPORTS
# define mixedAPI __declspec(dllexport)
#else
# define mixedAPI __declspec(dllimport)
#endif
class
mixedAPI
ImportLibMixedNative
{
public
:
static
void
Message
();
};