From ea271d967c52892a61f2b2db754780912e0f7cef Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 17 Oct 2011 23:06:29 -0700 Subject: Making some adjustments to get the Socket code compiling under mingw32. Doesn't work though; I'm guessing IPv6 isn't really mingw32 thing. At least, it's not WinXP's. Will try later to make something that switches between IPv4 and IPv6 intelligently. --- includes/Printer.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'includes/Printer.h') diff --git a/includes/Printer.h b/includes/Printer.h index cd24059..e8d9a03 100644 --- a/includes/Printer.h +++ b/includes/Printer.h @@ -20,6 +20,14 @@ enum { M_MAX = M_ENGINE_DEBUG, }; +#undef E_STRING +#undef E_TASK +#undef E_EVENT +#undef E_HANDLE +#undef E_INPUT +#undef E_SOCKET +#undef E_THREAD + enum { E_STRING = 1, E_TASK = 2, -- cgit v1.2.3