X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/85ef2ce64f0cc31a063fccea69fdcc7281d51548..8cccf85821f547f5cb8abb81b499e4bb0ffbacc4:/lcoreconfig.inc

diff --git a/lcoreconfig.inc b/lcoreconfig.inc
index cda6ec7..39d1f27 100644
--- a/lcoreconfig.inc
+++ b/lcoreconfig.inc
@@ -33,8 +33,13 @@ so a single listener cant get all connections for a port number, only those for
 also it means a portable app would gave to deal with inconsistent behavior.
 enable this option to simulate the behavior of listening on both v4 and v6}
 
-{$ifdef win32}{$ifdef ipv6}
+{$ifdef mswindows}{$ifdef ipv6}
 {$define secondlistener}
 {$endif}{$endif}
 
-{-------------------------------------------------------------------------------------}
\ No newline at end of file
+{-------------------------------------------------------------------------------------}
+{the threaded windows async dns is currently (2014-03-28) broken. it causes crashes
+after running for a period of time. -anders}
+{$ifdef mswindows}
+  {-$define winasyncdns}
+{$endif}