changeset 596:f9fb2a96a0c9

Fix compatibility with new mingw.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 12 Oct 2013 07:06:52 +0300
parents 1a650d872504
children dc439b78f111
files network.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/network.h	Fri Oct 11 16:08:24 2013 +0300
+++ b/network.h	Sat Oct 12 07:06:52 2013 +0300
@@ -12,7 +12,7 @@
 #include "th_string.h"
 
 #ifdef __WIN32
-#define __OBJC__ // A nasty hack
+#define __OBJC_BOOL // A nasty hack
 #include <windows.h>
 #include <winsock.h>
 typedef uint16_t in_port_t;