Differences From Artifact [63006eb928]:
- File src/OFSocket.h — part of check-in [fe6787bc79] at 2010-01-30 13:33:40 on branch trunk — Move some stuff from OFSocket to OFTCPSocket. (user: js, size: 709) [annotate] [blame] [check-ins using]
To Artifact [67cbf9c293]:
- File src/OFSocket.h — part of check-in [72caeab860] at 2010-02-11 14:58:52 on branch trunk — Documentation improvements. (user: js, size: 708) [annotate] [blame] [check-ins using]
| ︙ | |||
13 14 15 16 17 18 19 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | - + | #ifdef _WIN32 # define _WIN32_WINNT 0x0501 # include <winsock2.h> #endif /** |
| ︙ |