X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/a2d002aadb85c6411b55e3966247efb21eeff2b8..f0a6e6591b3d306641b78dfed4a4066935e82096:/dnscore.pas?ds=sidebyside 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).