mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 03:00:38 +00:00
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:
parent
15c94e6fa2
commit
ce8291e923
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,10 @@
|
||||||
#include "enet/utility.h"
|
#include "enet/utility.h"
|
||||||
#include "enet/time.h"
|
#include "enet/time.h"
|
||||||
#include "enet/enet.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] =
|
static size_t commandSizes [ENET_PROTOCOL_COMMAND_COUNT] =
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue