bonjour-sdk: fix gcc compilation on windows

This commit is contained in:
Rumen G.Bogdanovski
2020-08-29 14:05:01 +03:00
parent 9d7b114e6a
commit bd9ae98f7c

View File

@ -743,7 +743,7 @@ typedef int ssize_t;
// Standard Types
//===========================================================================================================================
#if ( !defined( INT8_MIN ) )
#if ( !defined( __GNUC__ ) ) && ( !defined( INT8_MIN ) )
#define INT8_MIN SCHAR_MIN