mirror of https://github.com/mono/CppSharp.git
7 changed files with 15 additions and 33 deletions
@ -0,0 +1,9 @@ |
|||||||
|
#pragma once |
||||||
|
|
||||||
|
#if defined(_MSC_VER) |
||||||
|
#define DLL_API __declspec(dllexport) |
||||||
|
#else |
||||||
|
#define DLL_API |
||||||
|
#endif |
||||||
|
|
||||||
|
#define CS_OUT |
Loading…
Reference in new issue