diff options
Diffstat (limited to 'ext/sockets/win32_socket_constants.h')
-rw-r--r-- | ext/sockets/win32_socket_constants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/sockets/win32_socket_constants.h b/ext/sockets/win32_socket_constants.h index f32e21cd77..480683a76a 100644 --- a/ext/sockets/win32_socket_constants.h +++ b/ext/sockets/win32_socket_constants.h @@ -1,3 +1,5 @@ +/* $Id$ */ + /* This file is to be included by sockets.c */ REGISTER_LONG_CONSTANT("SOCKET_EINTR", WSAEINTR, CONST_CS | CONST_PERSISTENT); |