]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Crappy warnings
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 22 May 2007 20:53:07 +0000 (20:53 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 22 May 2007 20:53:07 +0000 (20:53 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7119 e03df62e-2008-0410-955e-edbf42e46eb7

include/hashcomp.h

index aa3504994088df4c30b1635941fafd66fd34c070..32abf577881293506ddd443ade491bcdc44aa937 100644 (file)
@@ -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'.