lcore.org gitweb
/
lcore.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
redefine dvar for convenience
[lcore.git]
/
dnscore.pas
diff --git
a/dnscore.pas
b/dnscore.pas
index 3a9596f90317c88445b8cdb184503a73c97b9d1b..68643983ef885f0ff9d20e8d37156d67e0a5622f 100644
(file)
--- a/
dnscore.pas
+++ b/
dnscore.pas
@@
-62,7
+62,7
@@
interface
\r
uses binipstuff,classes,pgtypes,lcorernd;
\r
\r
\r
uses binipstuff,classes,pgtypes,lcorernd;
\r
\r
-var usewindns : boolean = {$ifdef
win32
}true{$else}false{$endif};
\r
+var usewindns : boolean = {$ifdef
mswindows
}true{$else}false{$endif};
\r
{hint to users of this unit that they should use windows dns instead.
\r
May be disabled by applications if desired. (e.g. if setting a custom
\r
dnsserverlist).
\r
{hint to users of this unit that they should use windows dns instead.
\r
May be disabled by applications if desired. (e.g. if setting a custom
\r
dnsserverlist).
\r