include winsock2.h before Evil.h to avoid conflict with sys/time.h

when using Visual Studio


SVN revision: 39179
This commit is contained in:
Vincent Torri 2009-02-24 17:44:59 +00:00
parent 79b536dce8
commit a3f6e333f9
1 changed files with 3 additions and 3 deletions

View File

@ -3,13 +3,13 @@
#endif
#include "Evil.h"
#include "evil_private.h"
# define WIN32_LEAN_AND_MEAN
# include <winsock2.h>
# undef WIN32_LEAN_AND_MEAN
#include "Evil.h"
#include "evil_private.h"
static int _evil_init_count = 0;