9 lines
189 B
C
9 lines
189 B
C
|
#if !(!defined(BUILD_LOCAL_INTERFACE) && !defined(BUILD_INTERFACE) && \
|
||
|
defined(INSTALL_INTERFACE))
|
||
|
# error "Incorrect compile definitions"
|
||
|
#endif
|
||
|
|
||
|
void installlib(void)
|
||
|
{
|
||
|
}
|