1
0
forked from 0ad/0ad
This was SVN commit r9579.
This commit is contained in:
Ykkrosh 2011-05-30 11:51:14 +00:00
parent 8ecf3aa1b5
commit f25407e7fb

View File

@ -46,7 +46,7 @@ struct fd_set;
#include <enet/enet.h>
#if defined(ENET_VERSION_MAJOR) && !(ENET_VERSION_MAJOR > 1 || ENET_VERSION_MINOR > 2)
#error The game currently requires ENet 1.3.x. You are using a newer older, which\
#error The game currently requires ENet 1.3.x. You are using an older version, which\
has an incompatible API and network protocol. Please switch to a newer version.
#endif