mirror of
https://github.com/anope/anope.git
synced 2026-06-26 18:56:39 +02:00
Fixed some Windows issues with hashing and sockets. This currently limits building to VS 2010, will look at 2008 later
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
|
||||
#include "services.h"
|
||||
#include "language.h"
|
||||
#include "hashcomp.h" // If this gets added to services.h or someplace else later, remove it from here -- CyberBotX
|
||||
|
||||
/* Cheaper than isspace() or isblank() */
|
||||
#define issp(c) ((c) == 32)
|
||||
|
||||
Reference in New Issue
Block a user