Revert "bonjour-sdk: fix gcc compilation on windows"

This reverts commit bd9ae98f7c.
This commit is contained in:
Rumen G.Bogdanovski
2020-08-29 15:02:04 +03:00
parent bd9ae98f7c
commit 844e095e94

View File

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