File indexing completed on 2024-05-12 16:36:59

0001 #ifndef QUIRK_NETINET_IN_H
0002 #define QUIRK_NETINET_IN_H
0003 
0004 /*
0005  * this is used for htonl mostly.
0006  *
0007  * while POSIX specifies <arpa/inet.h> as the portable
0008  * include file, <netinet/in.h> is used throughout
0009  * calligra.
0010  *
0011  */
0012 
0013 #pragma message("winquirk: no netinet/in.h!")
0014 #include <Winsock2.h>
0015 
0016 #endif