]> gerrit.simantics Code Review - simantics/python.git/blob - org.simantics.pythonlink.win32.x86_64/src/sclpy.h
ec3b400325b6f6e4b02ee2f701bcf3bfede88c30
[simantics/python.git] / org.simantics.pythonlink.win32.x86_64 / src / sclpy.h
1 #ifndef __MAIN_H__\r
2 #define __MAIN_H__\r
3 \r
4 /*  To use this exported function of dll, include this header\r
5  *  in your project.\r
6  */\r
7 \r
8 #ifdef BUILD_DLL\r
9     #define DLL_EXPORT __declspec(dllexport)\r
10 #else\r
11     #define DLL_EXPORT __declspec(dllimport)\r
12 #endif\r
13 \r
14 #endif // __MAIN_H__\r