Don't include compat.h from protocol.c and define UNREFERENCED_PARAMETER directly instead to fix the MinGW build.

git-svn-id: https://svn.eduke32.com/eduke32@1767 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
plagman 2011-01-16 03:56:12 +00:00
parent 15c94e6fa2
commit ce8291e923

View file

@ -8,7 +8,10 @@
#include "enet/utility.h"
#include "enet/time.h"
#include "enet/enet.h"
#include "compat.h"
#ifndef UNREFERENCED_PARAMETER
# define UNREFERENCED_PARAMETER(x) x=x
#endif
static size_t commandSizes [ENET_PROTOCOL_COMMAND_COUNT] =
{