# HG changeset patch # User Matti Hamalainen # Date 1381550812 -10800 # Node ID f9fb2a96a0c9f9ea7c4f0cbfd23ce137c3594a3e # Parent 1a650d872504602daa0966b6df420a1ecb1dbd6c Fix compatibility with new mingw. diff -r 1a650d872504 -r f9fb2a96a0c9 network.h --- 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 #include typedef uint16_t in_port_t;