Portability changes for gcc-6 suggested by Clifford.

This commit is contained in:
Alan Mishchenko 2017-12-03 08:08:36 -08:00
parent 46175d0429
commit a49dfbcf91
2 changed files with 0 additions and 10 deletions

View File

@ -61,13 +61,8 @@ extern void Abc2_Init( Abc_Frame_t * pAbc );
extern void Abc2_End ( Abc_Frame_t * pAbc );
extern void Abc85_Init( Abc_Frame_t * pAbc );
extern void Abc85_End( Abc_Frame_t * pAbc );
#ifdef _WIN32
extern void Glucose_Init( Abc_Frame_t *pAbc );
extern void Glucose_End( Abc_Frame_t * pAbc );
#else
extern "C" void Glucose_Init( Abc_Frame_t *pAbc );
extern "C" void Glucose_End( Abc_Frame_t * pAbc );
#endif
static Abc_FrameInitializer_t* s_InitializerStart = NULL;
static Abc_FrameInitializer_t* s_InitializerEnd = NULL;

View File

@ -26,13 +26,8 @@
ABC_NAMESPACE_HEADER_START
#ifdef _WIN32
extern void Glucose_Init( Abc_Frame_t *pAbc );
extern void Glucose_End( Abc_Frame_t * pAbc );
#else
extern "C" void Glucose_Init( Abc_Frame_t *pAbc );
extern "C" void Glucose_End( Abc_Frame_t * pAbc );
#endif
ABC_NAMESPACE_HEADER_END