13 lines
259 B
C
13 lines
259 B
C
|
#ifndef _INCLUDE_KNIGHT_LINKING_H_
|
||
|
#define _INCLUDE_KNIGHT_LINKING_H_
|
||
|
|
||
|
#if defined KE_LINK_IMPORT
|
||
|
#error "Not yet supported"
|
||
|
#elif defined KE_LINK_EXPORT
|
||
|
#error "Not yet supported"
|
||
|
#else
|
||
|
#define KE_LINK
|
||
|
#endif
|
||
|
|
||
|
#endif //_INCLUDE_KNIGHT_LINKING_H_
|