aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
Diffstat (limited to 'nt')
-rw-r--r--nt/inc/ms-w32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nt/inc/ms-w32.h b/nt/inc/ms-w32.h
index 3b1d3ff0393..1cce2c3062f 100644
--- a/nt/inc/ms-w32.h
+++ b/nt/inc/ms-w32.h
@@ -63,8 +63,8 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
63 Look in <sys/time.h> for a timeval structure. */ 63 Look in <sys/time.h> for a timeval structure. */
64#define HAVE_TIMEVAL 1 64#define HAVE_TIMEVAL 1
65 65
66/* And the select implementation does 1-byte read-ahead waiting 66/* Our select emulation does 1-byte read-ahead waiting for received
67 for received packets, so datagrams are broken too. */ 67 packets, so datagrams are broken. */
68#define BROKEN_DATAGRAM_SOCKETS 1 68#define BROKEN_DATAGRAM_SOCKETS 1
69 69
70#define MAIL_USE_SYSTEM_LOCK 1 70#define MAIL_USE_SYSTEM_LOCK 1