1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 14:06:37 +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 -1
View File
@@ -70,4 +70,4 @@ void Command::UnsetFlag(CommandFlags flag)
bool Command::HasFlag(CommandFlags flag) const
{
return this->flags & flag;
}
}