ifdef mswindows instead of win32 for 64 bits support
[lcore.git] / dnscore.pas
index 3a9596f90317c88445b8cdb184503a73c97b9d1b..68643983ef885f0ff9d20e8d37156d67e0a5622f 100644 (file)
@@ -62,7 +62,7 @@ interface
 \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