1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 13:53:13 +02:00

Fixed Windows build

This commit is contained in:
Adam
2010-12-24 01:23:22 -05:00
parent befb4b3644
commit 35e328bcb6
10 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -176,7 +176,7 @@ namespace irc
/** Used to hash irc::strings for unordered_map
*/
struct hash
struct CoreExport hash
{
/* VS 2008 specific code */
enum { bucket_size = 4, min_buckets = 8 };
@@ -253,7 +253,7 @@ namespace ci
/** Used to hash ci::strings for unordered_map
*/
struct hash
struct CoreExport hash
{
/* VS 2008 specific code */
enum { bucket_size = 4, min_buckets = 8 };