bonjour-sdk: fix gcc compilation on windows

This commit is contained in:
Rumen G.Bogdanovski
2020-08-29 15:04:23 +03:00
parent 844e095e94
commit 17f13cb80b

View File

@ -743,6 +743,10 @@ typedef int ssize_t;
// Standard Types
//===========================================================================================================================
#if ( defined( __GNUC__ ) )
#include <stdint.h>
#endif
#if ( !defined( INT8_MIN ) )
#define INT8_MIN SCHAR_MIN