X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/4be21e4a341fbd4c8ecc14675fe6db9de7d18fec..0a9944546bc1cf591dfce10112a4385049909f02:/lcoreconfig.inc

diff --git a/lcoreconfig.inc b/lcoreconfig.inc
index 12fe918..27b6e82 100644
--- a/lcoreconfig.inc
+++ b/lcoreconfig.inc
@@ -24,6 +24,6 @@ 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 win32}{$ifdef ipv6}
 {$define secondlistener}
-{$endif}
+{$endif}{$endif}