You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
583 B
25 lines
583 B
/*
|
|
* ==================================================
|
|
* Copyright 2016.
|
|
* Siemens Product Lifecycle Management Software Inc.
|
|
* All Rights Reserved.
|
|
* ==================================================
|
|
*/
|
|
|
|
#include <common/library_indicators.h>
|
|
|
|
#if !defined(EXPORTLIBRARY)
|
|
# error EXPORTLIBRARY is not defined
|
|
#endif
|
|
|
|
#undef EXPORTLIBRARY
|
|
|
|
#if !defined(LIBIMAGECOMPRESSION) && !defined(IPLIB)
|
|
# error IPLIB or LIBIMAGECOMPRESSION is not defined
|
|
#endif
|
|
|
|
#undef IMAGECOMPRESSION_API
|
|
#undef IMAGECOMPRESSIONEXPORT
|
|
#undef IMAGECOMPRESSIONGLOBAL
|
|
#undef IMAGECOMPRESSIONPRIVATE
|