forked from qt-creator/qt-creator
Zeroconf: Compile with MinGW.
Change-Id: I01a24619728adc8f6f8bad6a8b50693c381600b1 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
@@ -30,9 +30,14 @@
|
||||
**
|
||||
**************************************************************************/
|
||||
|
||||
//disable min max macros from windows headers,
|
||||
//because we want to use the template methods from std
|
||||
#define NOMINMAX
|
||||
#ifdef Q_OS_WIN
|
||||
// Disable min max macros from windows headers,
|
||||
// because we want to use the template methods from std.
|
||||
# ifndef NOMINMAX
|
||||
# define NOMINMAX
|
||||
# endif
|
||||
# include <winsock.h>
|
||||
#endif // Q_OS_WIN
|
||||
|
||||
#include "mdnsderived.h"
|
||||
#include "servicebrowser_p.h"
|
||||
|
||||
Reference in New Issue
Block a user