Commit 468bb4e6 authored by Sebastian Lackner's avatar Sebastian Lackner Committed by Vitaly Lipatov

include: Always define hton/ntoh macros.

parent 00de9c2b
......@@ -473,8 +473,6 @@ int WINAPI __WSAFDIsSet(SOCKET,WS(fd_set)*);
#endif /* WS_DEFINE_SELECT */
/* we have to define hton/ntoh as macros to avoid conflicts with Unix headers */
#ifndef USE_WS_PREFIX
#undef htonl
#undef htons
#undef ntohl
......@@ -512,8 +510,6 @@ static inline ULONG __wine_ulong_swap(ULONG l)
#endif /* WORDS_BIGENDIAN */
#endif /* USE_WS_PREFIX */
/*
* Internet address (old style... should be updated)
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment