]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/dns.cpp
m_ssl_gnutls: Resolve deprecation warnings properly
[user/henk/code/inspircd.git] / src / dns.cpp
index 1c23710a4ea34da779a7cc49bf2aacfdd89463ca..ced8b637faf332d1f639f74794c9f6fa01cdaec5 100644 (file)
@@ -34,7 +34,7 @@ Please do not assume that firedns works like this,
 looks like this, walks like this or tastes like this.
 */
 
-#ifndef WIN32
+#ifndef _WIN32
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <errno.h>