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.
35 lines
616 B
35 lines
616 B
// @<COPYRIGHT_START>@
|
|
// ===============================================
|
|
// Copyright 2006 UGS Corp. All Rights Reserved.
|
|
// ===============================================
|
|
// @<COPYRIGHT_END>@
|
|
|
|
|
|
/**
|
|
@file
|
|
|
|
Undefines the export symbols for the TIE library
|
|
|
|
*/
|
|
|
|
#include <common/library_indicators.h>
|
|
|
|
#ifdef __lint
|
|
# pragma uginclude only_in_error "libtie_main.c", "*.h";
|
|
#endif
|
|
|
|
#if !defined(EXPORTLIBRARY)
|
|
# error EXPORTLIBRARY is not defined
|
|
#endif
|
|
|
|
#undef EXPORTLIBRARY
|
|
|
|
#if !defined(IPLIB)
|
|
# error IPLIB is not defined
|
|
#endif
|
|
|
|
#undef TIE_API
|
|
#undef TIEEXPORT
|
|
#undef TIEGLOBAL
|
|
#undef TIEPRIVATE
|