diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-22 20:53:07 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-22 20:53:07 +0000 |
commit | 3f3743c9d313d78ea99c24234a18fa3360a6fc1f (patch) | |
tree | 7cfa145b59639443bc95df6a0560748fe7dac78a | |
parent | 47ba9de7cf2975789e5cac916794cfc736ceeaf5 (diff) |
Crappy warnings
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7119 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | include/hashcomp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h index aa3504994..32abf5778 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -18,6 +18,9 @@ #include "socket.h" #include "hash_map.h" +#define _CRT_SECURE_NO_DEPRECATE +#define _SCL_SECURE_NO_DEPRECATE + /******************************************************* * This file contains classes and templates that deal * with the comparison and hashing of 'irc strings'. |