forked from jbagg/QtZeroConf
bonjour-sdk: fix gcc compilation on windows
This commit is contained in:
@ -743,6 +743,10 @@ typedef int ssize_t;
|
|||||||
// Standard Types
|
// Standard Types
|
||||||
//===========================================================================================================================
|
//===========================================================================================================================
|
||||||
|
|
||||||
|
#if ( defined( __GNUC__ ) )
|
||||||
|
#include <stdint.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#if ( !defined( INT8_MIN ) )
|
#if ( !defined( INT8_MIN ) )
|
||||||
|
|
||||||
#define INT8_MIN SCHAR_MIN
|
#define INT8_MIN SCHAR_MIN
|
||||||
|
Reference in New Issue
Block a user