lcore.org gitweb
/
lcore.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ifdef mswindows instead of win32 for 64 bits support
[lcore.git]
/
binipstuff.pas
diff --git
a/binipstuff.pas
b/binipstuff.pas
index 0b9fcb84a9e8a081833cf0b77aaecaf970398f59..93363e2b28282d8068260164ebade1cb50cf5003 100644
(file)
--- a/
binipstuff.pas
+++ b/
binipstuff.pas
@@
-13,7
+13,7
@@
interface
{$include lcoreconfig.inc}
\r
\r
uses
\r
{$include lcoreconfig.inc}
\r
\r
uses
\r
-{$ifndef
win32
}
\r
+{$ifndef
mswindows
}
\r
sockets,
\r
{$endif}
\r
pgtypes;
\r
sockets,
\r
{$endif}
\r
pgtypes;
\r
@@
-25,7
+25,7
@@
uses
\r
const
\r
hexchars:array[0..15] of ansichar='0123456789abcdef';
\r
\r
const
\r
hexchars:array[0..15] of ansichar='0123456789abcdef';
\r
- {$ifdef
win32
}
\r
+ {$ifdef
mswindows
}
\r
AF_INET=2;
\r
AF_INET6=23;
\r
{$else}
\r
AF_INET=2;
\r
AF_INET6=23;
\r
{$else}
\r
@@
-39,7
+39,7
@@
const
type
\r
{$ifdef ipv6}
\r
\r
type
\r
{$ifdef ipv6}
\r
\r
- {$ifdef
win32
}
\r
+ {$ifdef
mswindows
}
\r
{$define want_Tin6_addr}
\r
{$endif}
\r
{$ifdef ver1_0}
\r
{$define want_Tin6_addr}
\r
{$endif}
\r
{$ifdef ver1_0}
\r
@@
-70,7
+70,7
@@
type
{$endif}
\r
end;
\r
\r
{$endif}
\r
end;
\r
\r
- {$ifdef
win32
}
\r
+ {$ifdef
mswindows
}
\r
TInetSockAddr = packed Record
\r
family:Word;
\r
port :Word;
\r
TInetSockAddr = packed Record
\r
family:Word;
\r
port :Word;
\r