From 05a3851e437ccdf9912f661c7935f9064a61d135 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Tue, 24 Sep 2013 07:56:06 -0400 Subject: Fixed windows build. --- toxcore/tox.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'toxcore/tox.h') diff --git a/toxcore/tox.h b/toxcore/tox.h index db3621dc..eabbb1af 100644 --- a/toxcore/tox.h +++ b/toxcore/tox.h @@ -36,6 +36,13 @@ #include #include +typedef INT sa_family_t; +#ifndef true +#define true 1 +#endif +#ifndef false +#define false 0 +#endif #else #include -- cgit v1.2.3