1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 11:26:36 +02:00

Fix numerous errors in Win32 building under Visual Studio due to the many changes to trunk. Trunk now builds under Windows like it should.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2106 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
cyberbotx
2009-02-17 02:02:20 +00:00
parent 7af9e42d21
commit 3fe5aa037a
15 changed files with 37 additions and 28 deletions
+1
View File
@@ -11,6 +11,7 @@
*
*/
#include "services.h"
#include "hashcomp.h"
sepstream::sepstream(const std::string &source, char seperator) : tokens(source), sep(seperator)