mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Remove bad declaration of htons
svn path=/trunk/; revision=12293
This commit is contained in:
parent
0fa4a286ba
commit
0a7987564c
1 changed files with 0 additions and 5 deletions
|
@ -771,12 +771,7 @@ int PASCAL getsockopt (SOCKET s, int level, int optname,
|
|||
|
||||
u_long PASCAL htonl (u_long hostlong);
|
||||
|
||||
/* For some reason WSOCK.LIB has htons defined as a 4 byte paramter?! */
|
||||
#ifdef _WIN32
|
||||
u_short PASCAL htons (u_long hostshort);
|
||||
#else
|
||||
u_short PASCAL htons (u_short hostshort);
|
||||
#endif /* _WIN32 */
|
||||
|
||||
unsigned long PASCAL inet_addr (const char * cp);
|
||||
|
||||
|
|
Loading…
Reference in a new issue