X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/a2d002aadb85c6411b55e3966247efb21eeff2b8..7839389a75b803b3f9e3c88a8f269c178497cdb2:/dnscore.pas?ds=inline

diff --git a/dnscore.pas b/dnscore.pas
index 3a9596f..6864398 100644
--- a/dnscore.pas
+++ b/dnscore.pas
@@ -62,7 +62,7 @@ interface
 
 uses binipstuff,classes,pgtypes,lcorernd;
 
-var usewindns : boolean = {$ifdef win32}true{$else}false{$endif};
+var usewindns : boolean = {$ifdef mswindows}true{$else}false{$endif};
 {hint to users of this unit that they should use windows dns instead.
 May be disabled by applications if desired. (e.g. if setting a custom
 dnsserverlist).